Skip to content

Commit

Permalink
chore(docker): update base image
Browse files Browse the repository at this point in the history
update base image

Signed-off-by: mritd <mritd@linux.com>
  • Loading branch information
mritd committed Jul 12, 2020
1 parent 172f9e0 commit 6bd5a4a
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.io

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 <mritd@linux.com>"

Expand Down

0 comments on commit 6bd5a4a

Please sign in to comment.