Fix OpenSSL version mismatch by pinning Alpine 3.20 and adding openssl package

This commit is contained in:
yedidyas 2025-09-25 12:56:41 +03:00
parent 7c1bd869f3
commit f650c3a859

View File

@ -1,6 +1,6 @@
FROM alpine:latest FROM alpine:3.20
RUN apk add --no-cache git git-lfs openssh-client RUN apk update && apk add --no-cache git git-lfs openssh-client openssl
COPY entrypoint.sh /entrypoint.sh COPY entrypoint.sh /entrypoint.sh