From caaedf778429d5524189fd94cfa57580baf53a20 Mon Sep 17 00:00:00 2001
From: Moritz Maxeiner <mm@ucw.sh>
Date: Tue, 11 Dec 2018 12:24:00 +0100
Subject: [PATCH] Use stable linuxdeployqt

---
 ubuntu18.04/base/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ubuntu18.04/base/Dockerfile b/ubuntu18.04/base/Dockerfile
index 1289f5a..397e752 100644
--- a/ubuntu18.04/base/Dockerfile
+++ b/ubuntu18.04/base/Dockerfile
@@ -56,7 +56,7 @@ RUN apt-get install -y \
         python3-pip \
         python3-setuptools \
         python3-distutils && \
-    curl -sSL -o /usr/local/bin/linuxdeployqt https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage && \
+    curl -sSL -o /usr/local/bin/linuxdeployqt https://github.com/probonopd/linuxdeployqt/releases/download/5/linuxdeployqt-5-x86_64.AppImage && \
     chmod +x /usr/local/bin/linuxdeployqt
 
 RUN python3.6 -m pip --no-cache-dir install \
-- 
GitLab