diff --git a/contrib/build-wine/Dockerfile b/contrib/build-wine/Dockerfile index cf002a0a8..2d7d9cb49 100644 --- a/contrib/build-wine/Dockerfile +++ b/contrib/build-wine/Dockerfile @@ -41,7 +41,7 @@ RUN wget -nc https://dl.winehq.org/wine-builds/Release.key && \ apt-key add Release.key && \ rm Release.key && \ wget -nc https://dl.winehq.org/wine-builds/winehq.key && \ - echo "78b185fabdb323971d13bd329fefc8038e08559aa51c4996de18db0639a51df6 winehq.key" | sha256sum -c - && \ + echo "d965d646defe94b3dfba6d5b4406900ac6c81065428bf9d9303ad7a72ee8d1b8 winehq.key" | sha256sum -c - && \ apt-key add winehq.key && \ rm winehq.key && \ apt-add-repository https://dl.winehq.org/wine-builds/debian/ && \