Skip to content
This repository has been archived by the owner on Nov 2, 2024. It is now read-only.

Commit

Permalink
chore: upgrade to latest version of pubsub lib
Browse files Browse the repository at this point in the history
  • Loading branch information
minherz committed Sep 22, 2022
1 parent 8eca243 commit 805b682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud-shell/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN apt-get install google-cloud-sdk-gke-gcloud-auth-plugin
RUN sudo apt-get -y install postgresql-client jq

# install python libraries
RUN python3 -m pip install google-cloud-pubsub==2.6.0
RUN python3 -m pip install google-cloud-pubsub~=2.13.0
RUN python3 -m pip install click==8.0.1
RUN python3 -m pip install google-cloud-monitoring==2.4.0

Expand Down

0 comments on commit 805b682

Please sign in to comment.