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

Bumps google/cloud-sdk from 560.0.0-slim to 561.0.0-slim.

---
updated-dependencies:
- dependency-name: google/cloud-sdk
  dependency-version: 561.0.0-slim
  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]
2026-03-18 03:33:15 +00:00
committed by GitHub
parent 1a9c2c3643
commit 1c4bae6d50
+1 -1
View File
@@ -3,7 +3,7 @@
# For deploying apps onto Kubernetes clusters (including GKE)
FROM google/cloud-sdk:560.0.0-slim
FROM google/cloud-sdk:561.0.0-slim
# Install apache2-utils (for htpasswd to bcrypt passwords for the
# local-user-authenticator) and jq.