From 8c4eff44f1aecf1c32961eb824b576ccd2f8a1a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 09:53:45 +0900 Subject: [PATCH] chore(deps): update google/cloud-sdk docker tag to v491 (#78) 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 55a1353..caffaf9 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:490.0.0 +FROM google/cloud-sdk:491.0.0 ENV PYTHONDONTWRITEBYTECODE=1 ENV PYTHONUNBUFFERED=1