Fix: OpenSSL CVE

This commit is contained in:
PassiveLemon 2023-11-26 16:16:31 -05:00
parent ffad2cab81
commit 1f758e953d

View File

@ -3,6 +3,8 @@ FROM docker.io/golang:alpine
ARG VERSION
RUN apk add --no-cache bash netcat-openbsd sudo
# Alternatives for security
RUN apk add --no-cache openssl=3.1.4-r1
RUN mkdir -p /opt/zoraxy/source/ &&\
mkdir -p /opt/zoraxy/config/ &&\