1
0
mirror of synced 2024-11-22 04:26:01 +03:00

update golang in docker-compose

This commit is contained in:
DmitryZagorulko 2018-12-20 15:02:10 +03:00
parent 2dcbdad9c8
commit 284f2e5643
2 changed files with 2 additions and 2 deletions

View File

@ -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:

View File

@ -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: