From b9e39a75a5e0eb50ee2d6ea647a1d7fe3ddd548c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 17:00:42 +0000 Subject: [PATCH] chore(deps): update google/cloud-sdk docker tag to v488 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d3530e1..b07f7ff 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:487.0.0 +FROM google/cloud-sdk:488.0.0 ENV PYTHONDONTWRITEBYTECODE=1 ENV PYTHONUNBUFFERED=1