Bump google/cloud-sdk in /dockerfiles/k8s-app-deployer

Bumps google/cloud-sdk from 501.0.0-slim to 502.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] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-11-20 01:52:27 +00:00
committed by GitHub
parent a41a296b55
commit 1cf10bbdc6

View File

@@ -3,7 +3,7 @@
# For deploying apps onto Kubernetes clusters (including GKE)
FROM google/cloud-sdk:501.0.0-slim
FROM google/cloud-sdk:502.0.0-slim
# Install apache2-utils (for htpasswd to bcrypt passwords for the
# local-user-authenticator) and jq.