From 15b1bc351c15eea7f84b402a84edb36b29020aa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 07:16:36 +0000 Subject: [PATCH] chore(docker): bump google/cloud-sdk from 494.0.0-alpine to 495.0.0-alpine (#165) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 11a32e3..dd8dc84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apk update \ ################################################################################ -FROM google/cloud-sdk:494.0.0-alpine +FROM google/cloud-sdk:495.0.0-alpine COPY --from=builder /usr/bin/wait-for /usr/bin COPY --from=builder /go/bin/pubsubc /usr/bin