Skip to content

Commit

Permalink
Merge pull request #2231 from EchterAgo/appimage_ssl_update
Browse files Browse the repository at this point in the history
AppImage: Update OpenSSL to version 1.1.1-1ubuntu2.1~18.04.9
  • Loading branch information
cculianu committed Apr 5, 2021
2 parents 3b3e9ce + fea82b9 commit a3ff4e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/build-linux/appimage/Dockerfile_ub1804
Expand Up @@ -21,7 +21,7 @@ RUN echo deb ${UBUNTU_MIRROR} bionic main restricted universe multiverse > /etc/
libncurses5-dev=6.1-1ubuntu1.18.04 \
libsqlite3-dev=3.22.0-1ubuntu0.4 \
libusb-1.0-0-dev=2:1.0.21-2 \
libudev-dev=237-3ubuntu10.44 \
libudev-dev=237-3ubuntu10.45 \
gettext=0.19.8.1-6ubuntu0.3 \
pkg-config=0.29.1-0ubuntu2 \
libdbus-1-3=1.12.2-1ubuntu1.2 \
Expand All @@ -34,7 +34,7 @@ RUN echo deb ${UBUNTU_MIRROR} bionic main restricted universe multiverse > /etc/
zlib1g-dev=1:1.2.11.dfsg-0ubuntu2 \
libfreetype6=2.8.1-2ubuntu2.1 \
libfontconfig1=2.12.6-0ubuntu2 \
libssl-dev=1.1.1-1ubuntu2.1~18.04.8 \
libssl-dev=1.1.1-1ubuntu2.1~18.04.9 \
rustc=1.47.0+dfsg1+llvm-1ubuntu1~18.04.1 \
&& \
rm -rf /var/lib/apt/lists/* && \
Expand Down

0 comments on commit a3ff4e1

Please sign in to comment.