From ba05edfc4445f2ef1442ac3a4b5809bcef9fde60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 09:44:29 +0100 Subject: [PATCH] chore(docker): bump google/cloud-sdk from 504.0.0-alpine to 504.0.1-alpine (#183) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 706ce69..ef44504 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apk update \ ################################################################################ -FROM google/cloud-sdk:504.0.0-alpine +FROM google/cloud-sdk:504.0.1-alpine COPY --from=builder /usr/bin/wait-for /usr/bin COPY --from=builder /go/bin/pubsubc /usr/bin