From ea33caa1a80ca2589aa026e52842f07f4a413702 Mon Sep 17 00:00:00 2001 From: Janek Bevendorff Date: Wed, 21 Feb 2018 22:34:31 +0100 Subject: [PATCH] Update PPA Qt version --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0a5c464bd..5bcef9ab9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # KeePassXC Linux Release Build Dockerfile -# Copyright (C) 2017 KeePassXC team +# Copyright (C) 2017-2018 KeePassXC team # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ FROM ubuntu:14.04 ENV REBUILD_COUNTER=5 ENV QT5_VERSION=59 -ENV QT5_PPA_VERSION=${QT5_VERSION}2 +ENV QT5_PPA_VERSION=${QT5_VERSION}4 RUN set -x \ && apt-get update -y \