Skip to content

Commit dbe3794

Browse files
authored
Update Dockerfile LIB_SSL1_VERSION
1 parent 4ba6de7 commit dbe3794

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/base/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN apt-get update -yqq && apt-get -qq dist-upgrade && \
2424
# Resolves the following error due to dependency requirements
2525
# /root/.cache/electron-builder/winCodeSign/winCodeSign-2.6.0/linux/osslsigncode: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory
2626
# The missing libcrypto.so.1.1 is part of libssl1.1 but Ubuntu 22.04 upgraded to libssl3, so we must install it manually
27-
ARG LIB_SSL1_VERSION=2.23
27+
ARG LIB_SSL1_VERSION=2.24
2828
RUN wget -q "http://security.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu${LIB_SSL1_VERSION}_amd64.deb" && \
2929
dpkg -i libssl1.1*.deb && \
3030
rm libssl1.1*.deb
@@ -41,4 +41,4 @@ ENV LANGUAGE=C.UTF-8
4141
ENV LC_ALL=C.UTF-8
4242

4343
ENV DEBUG_COLORS=true
44-
ENV FORCE_COLOR=true
44+
ENV FORCE_COLOR=true

0 commit comments

Comments
 (0)