Skip to content

Commit

Permalink
chore(docker): update build image to go 1.12.7
Browse files Browse the repository at this point in the history
update build image to golang 1.12.7
update base image to alpine 3.10

Signed-off-by: mritd <mritd@linux.com>
  • Loading branch information
mritd committed Jul 12, 2019
1 parent 3b10811 commit 77aef2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.12.5-alpine3.9 AS builder
FROM golang:1.12.7-alpine3.10 AS builder

ENV GO111MODULE on
ENV GOPROXY https://goproxy.io
Expand All @@ -7,7 +7,7 @@ RUN apk upgrade \
&& apk add git \
&& go get github.com/shadowsocks/go-shadowsocks2

FROM alpine:3.9 AS dist
FROM alpine:3.10 AS dist

LABEL maintainer="mritd <mritd@linux.com>"

Expand Down

0 comments on commit 77aef2a

Please sign in to comment.