Skip to content

Commit b81d632

Browse files
RoryQactions-user
andauthored
chore: update emulator version to 1.5.43 (#161)
Co-authored-by: GitHub Actions <actions@github.com>
1 parent b555b89 commit b81d632

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

0 commit comments

Comments
 (0)