update golang in docker-compose
This commit is contained in:
parent
2dcbdad9c8
commit
284f2e5643
@ -11,7 +11,7 @@ services:
|
||||
- ${POSTGRES_ADDRESS:-127.0.0.1:5434}:${POSTGRES_PORT:-5432}
|
||||
|
||||
mg_telegram_test:
|
||||
image: golang:1.11-stretch
|
||||
image: golang:1.11.3-stretch
|
||||
working_dir: /mgtg
|
||||
user: ${UID:-1000}:${GID:-1000}
|
||||
environment:
|
||||
|
@ -11,7 +11,7 @@ services:
|
||||
- ${POSTGRES_ADDRESS:-127.0.0.1:5434}:${POSTGRES_PORT:-5432}
|
||||
|
||||
mg_telegram:
|
||||
image: golang:1.11-stretch
|
||||
image: golang:1.11.3-stretch
|
||||
working_dir: /mgtg
|
||||
user: ${UID:-1000}:${GID:-1000}
|
||||
environment:
|
||||
|
Loading…
Reference in New Issue
Block a user