aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.linux
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2024-05-24 22:28:50 +0200
committertobtoht <tob@featherwallet.org>2024-05-24 22:29:14 +0200
commitf8aa11bc4171546569b47e022d6fc1bdf7408bdb (patch)
treeeca1602ff0376d4527a3a620b18bde17ec592ce8 /Dockerfile.linux
parentf0b1b8cd0896b8de6e5272d2206014d7db892942 (diff)
downloadmonzero-gui-f8aa11bc4171546569b47e022d6fc1bdf7408bdb.tar.gz
monzero-gui-f8aa11bc4171546569b47e022d6fc1bdf7408bdb.tar.xz
monzero-gui-f8aa11bc4171546569b47e022d6fc1bdf7408bdb.zip
docker: bump Qt to v5.15.14
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 44fb8c81..97c0af5d 100644
--- a/Dockerfile.linux
+++ b/Dockerfile.linux
@@ -1,7 +1,7 @@
FROM ubuntu:16.04
ARG THREADS=1
-ARG QT_VERSION=v5.15.13-lts-lgpl
+ARG QT_VERSION=v5.15.14-lts-lgpl
ENV CFLAGS="-fPIC"
ENV CPPFLAGS="-fPIC"