Merge 480ce9bcacb9d891446181734c7e7c0961f8291c into 40b6db6a2715628aa977ed1853fe5256704010ae

This commit is contained in:
LonerDan 2025-04-03 03:57:45 +02:00 committed by GitHub
commit 965a61eed7
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 \