aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.linux
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2025-09-08 18:18:06 +0000
committertobtoht <tob@featherwallet.org>2025-09-08 18:18:06 +0000
commitf3f1dfc020a680502b6191961314783e71b593ac (patch)
tree103ffce5d983b304fb56de352a738d15799382fb /Dockerfile.linux
parent792130a7e64a6de66c18a68920fdc74c7bd4ab9a (diff)
parent0764fbad338a753ad9615a790f6ea08975bdbd3c (diff)
downloadmonzero-gui-f3f1dfc020a680502b6191961314783e71b593ac.tar.gz
monzero-gui-f3f1dfc020a680502b6191961314783e71b593ac.tar.xz
monzero-gui-f3f1dfc020a680502b6191961314783e71b593ac.zip
Merge pull request #4498
0764fba docker: update Qt to 5.15.17 (selsta)
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 b540f5ca..f2b2039c 100644
--- a/Dockerfile.linux
+++ b/Dockerfile.linux
@@ -1,7 +1,7 @@
FROM ubuntu:18.04
ARG THREADS=1
-ARG QT_VERSION=v5.15.16-lts-lgpl
+ARG QT_VERSION=v5.15.17-lts-lgpl
ENV CFLAGS="-fPIC"
ENV CPPFLAGS="-fPIC"