From b1d7d40585bf652c56cf7bd2c195242df5d6766f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 07:19:46 +0000 Subject: [PATCH] chore(docker): bump google/cloud-sdk from 502.0.0-alpine to 503.0.0-alpine (#181) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c01a0e0..6ef8916 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apk update \ ################################################################################ -FROM google/cloud-sdk:502.0.0-alpine +FROM google/cloud-sdk:503.0.0-alpine COPY --from=builder /usr/bin/wait-for /usr/bin COPY --from=builder /go/bin/pubsubc /usr/bin