We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aea1ae commit 763170cCopy full SHA for 763170c
ubuntu-20.04-qt6.6/Dockerfile
@@ -188,7 +188,7 @@ RUN uv python install $PYTHON_VERSION
188
189
# Install latest OpenSSL to avoid possible issues if servers some day stop
190
# working with an old OpenSSL library (as already happened in the past).
191
-ARG OPENSSL_VERSION="3.4.1"
+ARG OPENSSL_VERSION="3.5.0"
192
ENV LD_LIBRARY_PATH="/opt/openssl/lib:$LD_LIBRARY_PATH"
193
RUN apt-get remove -y libssl-dev \
194
&& wget -c "https://www.openssl.org/source/openssl-$OPENSSL_VERSION.tar.gz" -O /tmp.tar.gz \
0 commit comments