Skip to content

Commit d92fc15

Browse files
committed
bump emulator to 1.5.27
1 parent 8b742f2 commit d92fc15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY go.mod go.sum main.go ./
44
ENV CGO_ENABLED=0
55
RUN go build .
66

7-
FROM gcr.io/cloud-spanner-emulator/emulator:1.5.26 AS runtime
7+
FROM gcr.io/cloud-spanner-emulator/emulator:1.5.27 AS runtime
88
COPY backend/query backend/query
99
COPY --from=builder /build/spanner-emulator ./
1010
EXPOSE 9010 9020

0 commit comments

Comments
 (0)