Skip to content

Commit

Permalink
ca-certificates in scratch
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoyamachi committed Feb 21, 2021
1 parent eb567b2 commit 0fe907b
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
@@ -1,4 +1,4 @@
FROM golang:alpine as builder
FROM alpine:3.13 as builder
RUN apk update && apk add --no-cache ca-certificates && update-ca-certificates

FROM scratch
Expand Down

0 comments on commit 0fe907b

Please # to comment.