aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.linux
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2024-03-12 18:08:53 +0100
committertobtoht <tob@featherwallet.org>2024-03-12 18:08:53 +0100
commit0c3e2301ed7df6d8698a3625dbd038a2021b7efa (patch)
treebd2510c43e326a4439e2cdd3e23ea19ebbec8699 /Dockerfile.linux
parentdf291702df8ebb816e08e2d035cf283a2c9d570f (diff)
downloadmonzero-gui-0c3e2301ed7df6d8698a3625dbd038a2021b7efa.tar.gz
monzero-gui-0c3e2301ed7df6d8698a3625dbd038a2021b7efa.tar.xz
monzero-gui-0c3e2301ed7df6d8698a3625dbd038a2021b7efa.zip
docker: bump Qt to v5.15.13
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 bc1fc81f..44fb8c81 100644
--- a/Dockerfile.linux
+++ b/Dockerfile.linux
@@ -1,7 +1,7 @@
FROM ubuntu:16.04
ARG THREADS=1
-ARG QT_VERSION=v5.15.12-lts-lgpl
+ARG QT_VERSION=v5.15.13-lts-lgpl
ENV CFLAGS="-fPIC"
ENV CPPFLAGS="-fPIC"