Skip to content

Commit

Permalink
bump emulator version to 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryQ committed Aug 6, 2023
1 parent a73cb03 commit a095758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /build
COPY go.mod go.sum main.go ./
RUN go build .

FROM gcr.io/cloud-spanner-emulator/emulator:1.5.7 as runtime
FROM gcr.io/cloud-spanner-emulator/emulator:1.5.8 as runtime
COPY backend/query backend/query
COPY --from=builder /build/spanner-emulator ./
EXPOSE 9010 9020
Expand Down

0 comments on commit a095758

Please sign in to comment.