Skip to content

Commit

Permalink
bump emulator to 1.5.15
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryQ committed Mar 25, 2024
1 parent e21120a commit af8594c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COPY go.mod go.sum main.go ./
ENV CGO_ENABLED=0
RUN go build .

FROM gcr.io/cloud-spanner-emulator/emulator:1.5.14 as runtime
FROM gcr.io/cloud-spanner-emulator/emulator:1.5.15 as runtime
COPY backend/query backend/query
COPY --from=builder /build/spanner-emulator ./
EXPOSE 9010 9020
Expand Down

0 comments on commit af8594c

Please sign in to comment.