chore(docker): update golang build image
update golang build image Signed-off-by: mritd <mritd@linux.com>
This commit is contained in:
parent
e4aa030c1b
commit
252da7bef2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue