We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b742f2 commit d92fc15Copy full SHA for d92fc15
Dockerfile
@@ -4,7 +4,7 @@ COPY go.mod go.sum main.go ./
4
ENV CGO_ENABLED=0
5
RUN go build .
6
7
-FROM gcr.io/cloud-spanner-emulator/emulator:1.5.26 AS runtime
+FROM gcr.io/cloud-spanner-emulator/emulator:1.5.27 AS runtime
8
COPY backend/query backend/query
9
COPY --from=builder /build/spanner-emulator ./
10
EXPOSE 9010 9020
0 commit comments