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 7f6c11d commit f66cf88Copy full SHA for f66cf88
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.31 AS runtime
+FROM gcr.io/cloud-spanner-emulator/emulator:1.5.32 AS runtime
8
COPY backend/query backend/query
9
COPY --from=builder /build/spanner-emulator ./
10
EXPOSE 9010 9020
0 commit comments