Skip to content

Commit

Permalink
cloud-sdk:415.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver006 committed Jan 24, 2023
1 parent 0bf20e2 commit 40c2d84
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-gcf
RUN ./drone-gcf -v


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

0 comments on commit 40c2d84

Please sign in to comment.