Skip to content

Commit

Permalink
Merge pull request #148 from jmcvetta/update-docker-image
Browse files Browse the repository at this point in the history
Update to latest Docker images
  • Loading branch information
jwilder committed Mar 10, 2020
2 parents 27e257a + 69315a4 commit 9ce2e80
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.8.3-alpine3.6 AS binary
FROM golang:1.13.7-alpine3.11 AS binary
RUN apk -U add openssl git

ADD . /go/src/github.com/jwilder/dockerize
Expand All @@ -8,7 +8,7 @@ RUN go get github.com/robfig/glock
RUN glock sync -n < GLOCKFILE
RUN go install

FROM alpine:3.6
FROM alpine:3.11
MAINTAINER Jason Wilder <mail@jasonwilder.com>

COPY --from=binary /go/bin/dockerize /usr/local/bin
Expand Down

0 comments on commit 9ce2e80

Please sign in to comment.