tdocker-wine: update a package version - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 6899ca25278701137022d9ffa3ba229951d3eebd DIR parent a799a00dc52d475c1a849eda4522a752a50f2d61 HTML Author: SomberNight <somber.night@protonmail.com> Date: Tue, 24 Jul 2018 20:20:47 +0200 docker-wine: update a package version tthe previous version is no longer available. this suggests that it's difficult to reproduce old builds. not sure about long term solution. Diffstat: M contrib/build-wine/docker/Dockerfi… | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/contrib/build-wine/docker/Dockerfile b/contrib/build-wine/docker/Dockerfile t@@ -8,7 +8,7 @@ RUN dpkg --add-architecture i386 && \ wget=1.19.4-1ubuntu2.1 \ gnupg2=2.2.4-1ubuntu1.1 \ dirmngr=2.2.4-1ubuntu1.1 \ - software-properties-common=0.96.24.32.3 \ + software-properties-common=0.96.24.32.4 \ && \ wget -nc https://dl.winehq.org/wine-builds/Release.key && \ apt-key add Release.key && \