Skip to content

Commit f66cf88

Browse files
RoryQactions-user
andauthored
chore: update emulator version to 1.5.32 (#121)
Co-authored-by: GitHub Actions <[email protected]>
1 parent 7f6c11d commit f66cf88

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.31 AS runtime
7+
FROM gcr.io/cloud-spanner-emulator/emulator:1.5.32 AS runtime
88
COPY backend/query backend/query
99
COPY --from=builder /build/spanner-emulator ./
1010
EXPOSE 9010 9020

0 commit comments

Comments
 (0)