From 1a55b7aa44b31d02dbbbbaa356fdc94e706d7e49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 01:56:52 +0000 Subject: [PATCH] Bump google/cloud-sdk in /dockerfiles/integration-test-runner-beta Bumps google/cloud-sdk from 499.0.0-slim to 500.0.0-slim. --- updated-dependencies: - dependency-name: google/cloud-sdk dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dockerfiles/integration-test-runner-beta/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/integration-test-runner-beta/Dockerfile b/dockerfiles/integration-test-runner-beta/Dockerfile index c3823e396..4efac3ae0 100644 --- a/dockerfiles/integration-test-runner-beta/Dockerfile +++ b/dockerfiles/integration-test-runner-beta/Dockerfile @@ -10,7 +10,7 @@ FROM mikefarah/yq:4.44.3 AS yq # Use FROM gcloud-sdk instead of FROM golang because its # a lot easier to install Go than to install gcloud in the # subsequent commands below. -FROM google/cloud-sdk:499.0.0-slim +FROM google/cloud-sdk:500.0.0-slim # Install apache2-utils (for htpasswd to bcrypt passwords for the # local-user-authenticator) and jq.