Skip to content

Commit

Permalink
bump emulator to 1.5.28
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryQ committed Jan 15, 2025
1 parent d92fc15 commit 5a1f7d8
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.27 AS runtime
FROM gcr.io/cloud-spanner-emulator/emulator:1.5.28 AS runtime
COPY backend/query backend/query
COPY --from=builder /build/spanner-emulator ./
EXPOSE 9010 9020
Expand Down

0 comments on commit 5a1f7d8

Please sign in to comment.