mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
chore: use buildx for cross-platform image builds
This commit is contained in:
parent
3c3da936f8
commit
18c6d8fa03
6 changed files with 106 additions and 48 deletions
|
|
@ -14,7 +14,7 @@ RUN go mod download
|
|||
COPY . .
|
||||
RUN make build
|
||||
|
||||
FROM alpine:3.12
|
||||
FROM alpine:3
|
||||
RUN apk update \
|
||||
&& apk add --no-cache ca-certificates tzdata \
|
||||
&& update-ca-certificates
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue