mirror of
https://github.com/go-acme/lego.git
synced 2024-12-26 03:09:37 +02:00
chore: update alpine version in the Docker image.
This commit is contained in:
parent
23155f049d
commit
bb508a985a
@ -14,7 +14,7 @@ RUN go mod download
|
|||||||
COPY . .
|
COPY . .
|
||||||
RUN make build
|
RUN make build
|
||||||
|
|
||||||
FROM alpine:3.10
|
FROM alpine:3.12
|
||||||
RUN apk update \
|
RUN apk update \
|
||||||
&& apk add --no-cache ca-certificates tzdata \
|
&& apk add --no-cache ca-certificates tzdata \
|
||||||
&& update-ca-certificates
|
&& update-ca-certificates
|
||||||
|
Loading…
Reference in New Issue
Block a user