Skip to content

Commit

Permalink
fix: pin version of gcp pub-sub emulator docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
leg100 committed Oct 15, 2024
1 parent de5b5bb commit 8048e72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# local node shite
/node_modules
ui/node_modules
package.json
package-lock.json
# tfenv
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
volumes:
- ./internal/integration/fixtures:/etc/squid/certs
pubsub:
image: google/cloud-sdk:emulators
image: google/cloud-sdk:494.0.0-emulators
ports:
- 8085
stop_signal: SIGINT
Expand Down

0 comments on commit 8048e72

Please sign in to comment.