From 54fd132f5a485547c914a5f5c44f5488bb7a430f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 07:35:54 +0000 Subject: [PATCH] chore(docker): bump google/cloud-sdk from 512.0.0-alpine to 513.0.0-alpine (#195) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f185f9f..49cace1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apk update \ ################################################################################ -FROM google/cloud-sdk:512.0.0-alpine +FROM google/cloud-sdk:513.0.0-alpine COPY --from=builder /usr/bin/wait-for /usr/bin COPY --from=builder /go/bin/pubsubc /usr/bin