From 7afcfe7943584bf057d60c889485cc7d53f2af5c Mon Sep 17 00:00:00 2001 From: SomberNight Date: Wed, 23 Sep 2020 15:21:29 +0200 Subject: [PATCH] build: update some packages in dockerfiles Ubuntu no longer serves old version --- contrib/build-wine/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/build-wine/Dockerfile b/contrib/build-wine/Dockerfile index 4a10069a1..e80f14042 100644 --- a/contrib/build-wine/Dockerfile +++ b/contrib/build-wine/Dockerfile @@ -6,8 +6,8 @@ RUN dpkg --add-architecture i386 && \ apt-get update -q && \ apt-get install -qy \ wget=1.19.4-1ubuntu2.2 \ - gnupg2=2.2.4-1ubuntu1.2 \ - dirmngr=2.2.4-1ubuntu1.2 \ + gnupg2=2.2.4-1ubuntu1.3 \ + dirmngr=2.2.4-1ubuntu1.3 \ python3-software-properties=0.96.24.32.1 \ software-properties-common=0.96.24.32.1