Skip to content

Commit

Permalink
Use a fixed version of google/cloud-sdk image
Browse files Browse the repository at this point in the history
  • Loading branch information
maxekman committed Oct 16, 2020
1 parent fef4e07 commit 2a4812c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ publish_cover: cover

.PHONY: run_services
run_services:
docker-compose pull mongo gpubsub
docker-compose up -d mongo gpubsub

.PHONY: stop_services
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
- "27017:27017"

gpubsub:
image: google/cloud-sdk:latest
image: google/cloud-sdk:313.0.1
ports:
- "8793:8793"
entrypoint:
Expand Down

0 comments on commit 2a4812c

Please sign in to comment.