aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.linux
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2026-05-22 22:46:40 +0000
committertobtoht <tob@featherwallet.org>2026-05-22 22:46:40 +0000
commit4b94d7ea5e98d35850dd3679f53651ea92be792b (patch)
treed6f6da260acc411aa25b11f2c692cc19d6f4c550 /Dockerfile.linux
parent830e57585ee41b6efb7dd7874ce593ce32cc0027 (diff)
parentb9cee99194e5fbb1a0e389d65dcdf0ac796cb834 (diff)
downloadmonzero-gui-4b94d7ea5e98d35850dd3679f53651ea92be792b.tar.gz
monzero-gui-4b94d7ea5e98d35850dd3679f53651ea92be792b.tar.xz
monzero-gui-4b94d7ea5e98d35850dd3679f53651ea92be792b.zip
Merge pull request #4595
b9cee99 docker: update Qt to 5.15.19 (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 f6f75cef..dc5795cf 100644
--- a/Dockerfile.linux
+++ b/Dockerfile.linux
@@ -1,7 +1,7 @@
FROM ubuntu:18.04
ARG THREADS=1
-ARG QT_VERSION=v5.15.18-lts-lgpl
+ARG QT_VERSION=v5.15.19-lts-lgpl
ENV CFLAGS="-fPIC"
ENV CPPFLAGS="-fPIC"