From 172f83b14e28ca6e52f2d07a3ab42615a7a9f756 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 09:03:35 +0000 Subject: [PATCH] chore(docker): bump google/cloud-sdk from 459.0.0-alpine to 460.0.0-alpine (#91) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ea73661..07890eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN apk update \ ################################################################################ -FROM google/cloud-sdk:459.0.0-alpine +FROM google/cloud-sdk:460.0.0-alpine COPY --from=builder /usr/bin/wait-for /usr/bin COPY --from=builder /go/bin/pubsubc /usr/bin