Update golang version

This commit is contained in:
Akolzin Dmitry 2019-02-19 12:33:44 +03:00
parent b13bfce1cb
commit 8e6938b7e2
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.11.5-stretch
FROM golang:1.11-stretch
WORKDIR /
ADD ./bin/bot /

View file

@ -11,7 +11,7 @@ services:
- ${POSTGRES_ADDRESS:-127.0.0.1:5434}:${POSTGRES_PORT:-5432}
mg_bot_test:
image: golang:1.11.5-stretch
image: golang:1.11-stretch
working_dir: /mg-bot
user: ${UID:-1000}:${GID:-1000}
environment: