This commit is contained in:
LonerDan 2024-06-14 12:01:08 +00:00 committed by GitHub
commit 771b0b201c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,5 @@
FROM alpine:3.17
ARG ALPINE_VERSION=3.17
FROM alpine:${ALPINE_VERSION}
RUN apk --no-cache add -f \
openssl \