Skip to content

Commit

Permalink
pin golang image in nb tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-r-reis committed Jun 6, 2024
1 parent f893984 commit e2f26db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ services:
ipv4_address: 192.168.100.102

proxy:
image: golang
image: 1.21.11-alpine3.20
restart: unless-stopped
tty: true
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
ipv4_address: 192.168.100.102

proxy:
image: golang
image: golang:1.21.11-alpine3.20
container_name: zdm_tests_proxy
restart: unless-stopped
tty: true
Expand Down

0 comments on commit e2f26db

Please sign in to comment.