Skip to content

Commit

Permalink
build(deps): bump google.com/cloudsdktool/google-cloud-cli
Browse files Browse the repository at this point in the history
Bumps google.com/cloudsdktool/google-cloud-cli from 469.0.0-emulators to 470.0.0-emulators.

---
updated-dependencies:
- dependency-name: google.com/cloudsdktool/google-cloud-cli
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 26, 2024
1 parent 28fd893 commit 66add95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcp/datastore/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#checkov:skip=CKV_DOCKER_3
FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:469.0.0-emulators
FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:470.0.0-emulators

RUN find / -type f -perm /u+s -ignore_readdir_race -exec chmod u-s {} \; \
&& find / -type f -perm /g+s -ignore_readdir_race -exec chmod g-s {} \;
Expand Down

0 comments on commit 66add95

Please sign in to comment.