Skip to content

Commit

Permalink
Bump gcloud version to 356.0.0 (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
abstrctn authored Sep 10, 2021
1 parent d78101e commit 6ac8785
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 @@ -12,7 +12,7 @@ RUN BUILD_DATE=$(date +%F-%T) && CGO_ENABLED=0 GOOS=linux go build -o drone-clou
RUN ./drone-cloud-run -v


FROM gcr.io/google.com/cloudsdktool/cloud-sdk:348.0.0-slim as release
FROM gcr.io/google.com/cloudsdktool/cloud-sdk:356.0.0-slim as release
RUN apt-get -y install ca-certificates
COPY --from=builder /go/src/github.com/oliver006/drone-cloud-run/drone-cloud-run /bin/drone-cloud-run
ENTRYPOINT /bin/drone-cloud-run

0 comments on commit 6ac8785

Please sign in to comment.