Skip to content

Commit

Permalink
Merge pull request #184 from mritd/master
Browse files Browse the repository at this point in the history
chore(docker): update base image
  • Loading branch information
riobard authored Jul 12, 2020
2 parents 172f9e0 + 6e80ea8 commit 5b9e5a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM golang:1.12.7-alpine3.10 AS builder
FROM golang:1.14.4-alpine3.12 AS builder

ENV GO111MODULE on
ENV GOPROXY https://goproxy.io
ENV GOPROXY https://goproxy.cn

RUN apk upgrade \
&& apk add git \
&& go get github.com/shadowsocks/go-shadowsocks2

FROM alpine:3.10 AS dist
FROM alpine:3.12 AS dist

LABEL maintainer="mritd <[email protected]>"

Expand Down

0 comments on commit 5b9e5a6

Please sign in to comment.