Changing libcrypto1.1 and libssl1.1 to 3 version.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Alexey Skobkin 2024-11-22 00:33:07 +03:00
parent 8a4703ceae
commit b0823dc38d
No known key found for this signature in database
GPG key ID: 5D5CEF6F221278E7

View file

@ -49,7 +49,7 @@ FROM alpine:3.20
RUN \
apk update -q --no-cache && \
apk add -q --no-cache libcap libcrypto1.1 libgcc libprotobuf libssl1.1 libstdc++ musl qt5-qtbase qt5-qtbase-sqlite \
apk add -q --no-cache libcap libcrypto3 libgcc libprotobuf libssl3 libstdc++ musl qt5-qtbase qt5-qtbase-sqlite \
shadow tzdata && \
mkdir -p /ssl && \
mkdir -p /config && \