Skip to content

Commit

Permalink
Bump alpine image version to 3.13.6 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
szwedm authored Sep 29, 2021
1 parent f81e85a commit 36dc128
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.5
FROM alpine:3.13.6

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

0 comments on commit 36dc128

Please sign in to comment.