Merge pull request #2098 from vmware-tanzu/dependabot/docker/dockerfiles/integration-test-runner/ci/google/cloud-sdk-500.0.0-slim

Bump google/cloud-sdk from 499.0.0-slim to 500.0.0-slim in /dockerfiles/integration-test-runner
This commit is contained in:
Joshua Casey
2024-11-06 21:29:51 -06:00
committed by GitHub

View File

@@ -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.