From b48e96c06754ae212c5663d9bb6f6413115fe707 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 15:41:27 +0900 Subject: [PATCH] chore(deps): update google/cloud-sdk docker tag to v477 (#58) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e78df0e..1453c65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG WAITFOR_VERSION=2.2.4 RUN curl -vsSLo /tmp/wait-for "https://github.com/eficode/wait-for/releases/download/v${WAITFOR_VERSION}/wait-for" RUN chmod +x /tmp/wait-for -FROM google/cloud-sdk:471.0.0 +FROM google/cloud-sdk:477.0.0 ENV PYTHONDONTWRITEBYTECODE=1 ENV PYTHONUNBUFFERED=1