aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.linux
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2024-11-20 20:39:37 +0100
committerselsta <selsta@sent.at>2024-11-20 20:39:37 +0100
commitea39b20d64c48218da36f81cd5c8afe7afa1df15 (patch)
treecb44758e22f76e28fb288416431402caa9357546 /Dockerfile.linux
parent08e2eafb7cfc18fc08f4b74885fa682001f12bca (diff)
downloadmonzero-gui-ea39b20d64c48218da36f81cd5c8afe7afa1df15.tar.gz
monzero-gui-ea39b20d64c48218da36f81cd5c8afe7afa1df15.tar.xz
monzero-gui-ea39b20d64c48218da36f81cd5c8afe7afa1df15.zip
docker: update Qt to 5.15.16
Diffstat (limited to 'Dockerfile.linux')
-rw-r--r--Dockerfile.linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.linux b/Dockerfile.linux
index 97c0af5d..150a0296 100644
--- a/Dockerfile.linux
+++ b/Dockerfile.linux
@@ -1,7 +1,7 @@
FROM ubuntu:16.04
ARG THREADS=1
-ARG QT_VERSION=v5.15.14-lts-lgpl
+ARG QT_VERSION=v5.15.16-lts-lgpl
ENV CFLAGS="-fPIC"
ENV CPPFLAGS="-fPIC"