Skip to content

Commit

Permalink
chore(docker): update build image to go 1.15
Browse files Browse the repository at this point in the history
update build image to go 1.15

Signed-off-by: mritd <mritd@linux.com>
  • Loading branch information
mritd committed Sep 1, 2020
1 parent 12053b8 commit 2b125d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.14.4-alpine3.12 AS builder
FROM golang:1.15.0-alpine3.12 AS builder

ENV GO111MODULE on
ENV GOPROXY https://goproxy.cn
Expand Down

0 comments on commit 2b125d0

Please sign in to comment.