Skip to content

Commit

Permalink
bump emulator to 1.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryQ committed Oct 30, 2023
1 parent be68448 commit 8d5b5fd
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.8 as runtime
FROM gcr.io/cloud-spanner-emulator/emulator:1.5.9 as runtime
COPY backend/query backend/query
COPY --from=builder /build/spanner-emulator ./
EXPOSE 9010 9020
Expand Down

0 comments on commit 8d5b5fd

Please sign in to comment.