aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.linux
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2025-02-24 18:03:00 +0000
committertobtoht <tob@featherwallet.org>2025-02-24 18:03:00 +0000
commit39606d2eb161d2b74adc8884f4fa2081d923dc8d (patch)
tree1d8b10f94e872d63b2f745e87ccfc8704b0ad2a6 /Dockerfile.linux
parent970c33332b025d810a32450c48414a63158ae208 (diff)
parentea39b20d64c48218da36f81cd5c8afe7afa1df15 (diff)
downloadmonzero-gui-39606d2eb161d2b74adc8884f4fa2081d923dc8d.tar.gz
monzero-gui-39606d2eb161d2b74adc8884f4fa2081d923dc8d.tar.xz
monzero-gui-39606d2eb161d2b74adc8884f4fa2081d923dc8d.zip
Merge pull request #4377
ea39b20d docker: update Qt to 5.15.16 (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 c220a318..48443472 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"