Skip to content

Commit

Permalink
Merge pull request shadowsocks#188 from mritd/master
Browse files Browse the repository at this point in the history
chore(docker): update build image to go 1.15
  • Loading branch information
riobard authored Sep 1, 2020
2 parents 12053b8 + 2b125d0 commit ea350a6
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 ea350a6

Please sign in to comment.