aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.linux
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2026-02-02 12:05:07 +0000
committertobtoht <tob@featherwallet.org>2026-02-02 12:05:07 +0000
commite5606fcf732cea0803cfb48d1164d1c2294353b9 (patch)
treef992b819b8910f1550e5670f774ce8b1108655e5 /Dockerfile.linux
parent475d4311e09346bcb6d9398a658ca83c2e11b066 (diff)
parentfe363d4dd81e9707aeb53451f09e50e81fe3271c (diff)
downloadmonzero-gui-e5606fcf732cea0803cfb48d1164d1c2294353b9.tar.gz
monzero-gui-e5606fcf732cea0803cfb48d1164d1c2294353b9.tar.xz
monzero-gui-e5606fcf732cea0803cfb48d1164d1c2294353b9.zip
Merge pull request #4565
fe363d4 docker: update Qt to 5.15.18 (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 a7b44b0f..f6f75cef 100644
--- a/Dockerfile.linux
+++ b/Dockerfile.linux
@@ -1,7 +1,7 @@
FROM ubuntu:18.04
ARG THREADS=1
-ARG QT_VERSION=v5.15.17-lts-lgpl
+ARG QT_VERSION=v5.15.18-lts-lgpl
ENV CFLAGS="-fPIC"
ENV CPPFLAGS="-fPIC"