chore(docker): update golang build image

update golang build image

Signed-off-by: mritd <mritd@linux.com>
This commit is contained in:
mritd 2020-09-08 08:53:49 +08:00
parent e4aa030c1b
commit 252da7bef2
No known key found for this signature in database
GPG key ID: 98C41327E6D3E645

View file

@ -11,7 +11,7 @@ RUN set -ex \
&& yarn run build
# build backend
FROM golang:1.15.0-alpine3.12 AS be-builder
FROM golang:1.15.1-alpine3.12 AS be-builder
ENV GO111MODULE on