Browse Source

Merge 480ce9bcac into 40b6db6a27

pull/4800/merge
LonerDan 3 weeks ago
committed by GitHub
parent
commit
965a61eed7
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      Dockerfile

3
Dockerfile

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

Loading…
Cancel
Save