Skip to content

Commit

Permalink
Bump alpine base image to 3.13.5 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksputo authored May 11, 2021
1 parent 0f10e9a commit e25bcc4
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.13.2
FROM alpine:3.13.5

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

0 comments on commit e25bcc4

Please sign in to comment.