Skip to content

Commit

Permalink
Upgrade alpine docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio Andres Virviescas Santana committed Jun 23, 2020
1 parent e88f90b commit c642df7
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.14-alpine3.11 as builder
FROM golang:1.14-alpine3.12 as builder

RUN apk add git build-base

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

FROM alpine:3.11
FROM alpine:3.12

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

Expand Down

0 comments on commit c642df7

Please sign in to comment.