Skip to content

Commit 763170c

Browse files
committed
Ubuntu 20.04/Qt6: Update OpenSSL to 3.5.0
1 parent 7aea1ae commit 763170c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ubuntu-20.04-qt6.6/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ RUN uv python install $PYTHON_VERSION
188188

189189
# Install latest OpenSSL to avoid possible issues if servers some day stop
190190
# working with an old OpenSSL library (as already happened in the past).
191-
ARG OPENSSL_VERSION="3.4.1"
191+
ARG OPENSSL_VERSION="3.5.0"
192192
ENV LD_LIBRARY_PATH="/opt/openssl/lib:$LD_LIBRARY_PATH"
193193
RUN apt-get remove -y libssl-dev \
194194
&& wget -c "https://www.openssl.org/source/openssl-$OPENSSL_VERSION.tar.gz" -O /tmp.tar.gz \

0 commit comments

Comments
 (0)