Skip to content

Commit 2e048a8

Browse files
RoryQactions-user
andauthored
chore: update emulator version to 1.5.45 (#167)
Co-authored-by: GitHub Actions <[email protected]>
1 parent 41d0f7f commit 2e048a8

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

0 commit comments

Comments
 (0)