diff --git a/contrib/build-wine/Dockerfile b/contrib/build-wine/Dockerfile index e378cc680..41916fcfb 100644 --- a/contrib/build-wine/Dockerfile +++ b/contrib/build-wine/Dockerfile @@ -7,8 +7,8 @@ RUN dpkg --add-architecture i386 && \ apt-get update -q && \ apt-get install -qy \ wget=1.20.3-1ubuntu1 \ - gnupg2=2.2.19-3ubuntu2 \ - dirmngr=2.2.19-3ubuntu2 \ + gnupg2=2.2.19-3ubuntu2.1 \ + dirmngr=2.2.19-3ubuntu2.1 \ python3-software-properties=0.98.9.2 \ software-properties-common=0.98.9.2 \ && \