From 7321d323eec8cf0aae3c3c079d36364d118b566a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 22:51:39 +0000 Subject: [PATCH] Bump google/cloud-sdk in /dockerfiles/integration-test-runner Bumps google/cloud-sdk from 498.0.0-slim to 499.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/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/integration-test-runner/Dockerfile b/dockerfiles/integration-test-runner/Dockerfile index d7120a771..01bc7bffa 100644 --- a/dockerfiles/integration-test-runner/Dockerfile +++ b/dockerfiles/integration-test-runner/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:498.0.0-slim +FROM google/cloud-sdk:499.0.0-slim # Install apache2-utils (for htpasswd to bcrypt passwords for the # local-user-authenticator) and jq.