Browse Source

appimage: update libssl-dev libssl1.1 openssl

Windows image: update gnupg2 dirmngr
master
gruve-p 3 years ago
parent
commit
e50db4bf2b
No known key found for this signature in database
GPG Key ID: D11BD4F33F1DB499
  1. 6
      contrib/build-linux/appimage/Dockerfile
  2. 4
      contrib/build-wine/Dockerfile

6
contrib/build-linux/appimage/Dockerfile

@ -16,9 +16,9 @@ RUN apt-get update -q && \
libtool=2.4.6-2 \ libtool=2.4.6-2 \
autopoint=0.19.8.1-6ubuntu0.3 \ autopoint=0.19.8.1-6ubuntu0.3 \
xz-utils=5.2.2-1.3 \ xz-utils=5.2.2-1.3 \
libssl-dev=1.1.1-1ubuntu2.1~18.04.19 \ libssl-dev=1.1.1-1ubuntu2.1~18.04.20 \
libssl1.1=1.1.1-1ubuntu2.1~18.04.19 \ libssl1.1=1.1.1-1ubuntu2.1~18.04.20 \
openssl=1.1.1-1ubuntu2.1~18.04.19 \ openssl=1.1.1-1ubuntu2.1~18.04.20 \
zlib1g-dev=1:1.2.11.dfsg-0ubuntu2 \ zlib1g-dev=1:1.2.11.dfsg-0ubuntu2 \
libffi-dev=3.2.1-8 \ libffi-dev=3.2.1-8 \
libncurses5-dev=6.1-1ubuntu1.18.04 \ libncurses5-dev=6.1-1ubuntu1.18.04 \

4
contrib/build-wine/Dockerfile

@ -7,8 +7,8 @@ RUN dpkg --add-architecture i386 && \
apt-get update -q && \ apt-get update -q && \
apt-get install -qy \ apt-get install -qy \
wget=1.20.3-1ubuntu1 \ wget=1.20.3-1ubuntu1 \
gnupg2=2.2.19-3ubuntu2.1 \ gnupg2=2.2.19-3ubuntu2.2 \
dirmngr=2.2.19-3ubuntu2.1 \ dirmngr=2.2.19-3ubuntu2.2 \
python3-software-properties=0.98.9.2 \ python3-software-properties=0.98.9.2 \
software-properties-common=0.98.9.2 \ software-properties-common=0.98.9.2 \
&& \ && \

Loading…
Cancel
Save