commit c2d6a902dde63b117ff234764d2e7c60cd50c43c
parent 1600241b0221f74b30d8130e8f2e25c03814e61d
Author: SomberNight <somber.night@protonmail.com>
Date: Wed, 15 Apr 2020 18:06:59 +0200
build: update some packages in dockerfiles
Ubuntu no longer serves old version
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/contrib/build-linux/appimage/Dockerfile b/contrib/build-linux/appimage/Dockerfile
@@ -4,7 +4,7 @@ ENV LC_ALL=C.UTF-8 LANG=C.UTF-8
RUN apt-get update -q && \
apt-get install -qy \
- git=1:2.7.4-0ubuntu1.7 \
+ git=1:2.7.4-0ubuntu1.8 \
wget=1.17.1-1ubuntu1.5 \
make=4.1-6 \
autotools-dev=20150820.1 \
diff --git a/contrib/build-wine/Dockerfile b/contrib/build-wine/Dockerfile
@@ -13,7 +13,7 @@ RUN dpkg --add-architecture i386 && \
RUN apt-get update -q && \
apt-get install -qy \
- git=1:2.17.1-1ubuntu0.5 \
+ git=1:2.17.1-1ubuntu0.6 \
p7zip-full=16.02+dfsg-6 \
make=4.1-9.1ubuntu1 \
mingw-w64=5.0.3-1 \