Skip to content

Commit

Permalink
Bump docker base image to alpine 3.13.2 (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmiskiewicz authored Feb 23, 2021
1 parent 56dcc2b commit 5a2cdc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -a -installsuffix cgo -o /mai
########################################################
# Build the runtime container
########################################################
FROM alpine:3.10
FROM alpine:3.13.2

# required to use x.509 certs (HTTPS)
RUN apk add --no-cache ca-certificates
Expand Down

0 comments on commit 5a2cdc2

Please sign in to comment.