Skip to content

chore(deps): update gcr.io/google.com/cloudsdktool/google-cloud-cli docker tag to v525 #454

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.pubsub-emulator
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# gcloud sdk for pubsub emulator with netcat added for the startup health check
FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:524.0.0-emulators@sha256:11e9b10b6d61177b0046fcb5f1e9479f567a5dacbf66d194baf5a8872653c857
FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:525.0.0-emulators@sha256:8f567aab0e9cc5f5dd79c2d81122dfe0ddb8e8ed91932a702a48e849d387f2c1
RUN apt-get update -y && apt-get install -y netcat-traditional
Loading