aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.linux
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2026-05-19 18:38:15 +0200
committerselsta <selsta@sent.at>2026-05-19 18:38:15 +0200
commitb9cee99194e5fbb1a0e389d65dcdf0ac796cb834 (patch)
tree4d3a7d68990b965349300071a9a1c24a722ee12c /Dockerfile.linux
parent8df248d12090cb71c0d2414d5454a41202d512ad (diff)
downloadmonzero-gui-b9cee99194e5fbb1a0e389d65dcdf0ac796cb834.tar.gz
monzero-gui-b9cee99194e5fbb1a0e389d65dcdf0ac796cb834.tar.xz
monzero-gui-b9cee99194e5fbb1a0e389d65dcdf0ac796cb834.zip
docker: update Qt to 5.15.19
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"