Skip to content

Commit

Permalink
bump emulator to 1.5.18
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryQ committed Oct 8, 2024
1 parent eb1d69b commit f643a0e
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 @@ -4,7 +4,7 @@ COPY go.mod go.sum main.go ./
ENV CGO_ENABLED=0
RUN go build .

FROM gcr.io/cloud-spanner-emulator/emulator:1.5.17 as runtime
FROM gcr.io/cloud-spanner-emulator/emulator:1.5.18 as runtime

Check warning on line 7 in Dockerfile

View workflow job for this annotation

GitHub Actions / Push Docker image to Docker Hub

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
COPY backend/query backend/query
COPY --from=builder /build/spanner-emulator ./
EXPOSE 9010 9020
Expand Down

0 comments on commit f643a0e

Please sign in to comment.