Skip to content

Commit

Permalink
Upgrade docker container version of Go and Alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Andres Virviescas Santana committed Mar 20, 2020
1 parent 4773023 commit 1d7675d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
### BUILDER ###
###############

FROM golang:1.12-alpine3.9 as builder
FROM golang:1.14-alpine3.11 as builder

RUN apk add git build-base

Expand All @@ -17,7 +17,7 @@ RUN make
### RELEASE ###
###############

FROM alpine:3.9
FROM alpine:3.11

LABEL Author="Sergio Andres Virviescas Santana <developersavsgio@gmail.com>"

Expand Down

0 comments on commit 1d7675d

Please sign in to comment.