1
0
mirror of https://github.com/go-acme/lego.git synced 2025-10-31 08:27:38 +02:00

chore: update alpine version in the Docker image.

This commit is contained in:
Fernandez Ludovic
2020-09-02 03:35:06 +02:00
committed by Ludovic Fernandez
parent 23155f049d
commit bb508a985a

View File

@@ -14,7 +14,7 @@ RUN go mod download
COPY . .
RUN make build
FROM alpine:3.10
FROM alpine:3.12
RUN apk update \
&& apk add --no-cache ca-certificates tzdata \
&& update-ca-certificates