Skip to content

Commit

Permalink
Merge pull request mintel#112 from mintel/bump-go-and-alpine-versions
Browse files Browse the repository at this point in the history
Bump golang -> 1.13 and alpine to 3.10.3
  • Loading branch information
nabadger authored Nov 2, 2019
2 parents d8ab43e + 1ff8c32 commit f3876bb
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-alpine3.10
FROM golang:1.13-alpine3.10

RUN apk add --no-cache --update alpine-sdk bash

Expand All @@ -15,7 +15,7 @@ COPY . .

RUN make build

FROM alpine:3.10.1
FROM alpine:3.10.3

# Dex connectors, such as GitHub and Google logins require root certificates.
# Proper installations should manage those certificates, but it's a bad user
Expand Down

0 comments on commit f3876bb

Please sign in to comment.