aboutsummaryrefslogtreecommitdiff
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
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)
-rw-r--r--Dockerfile.android2
-rw-r--r--Dockerfile.linux2
-rw-r--r--Dockerfile.windows2
3 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile.android b/Dockerfile.android
index 9d1e9ab9..7e3189cc 100644
--- a/Dockerfile.android
+++ b/Dockerfile.android
@@ -5,7 +5,7 @@ ARG ANDROID_NDK_REVISION=23c
ARG ANDROID_NDK_HASH=e5053c126a47e84726d9f7173a04686a71f9a67a
ARG ANDROID_SDK_REVISION=7302050_latest
ARG ANDROID_SDK_HASH=7a00faadc0864f78edd8f4908a629a46d622375cbe2e5814e82934aebecdb622
-ARG QT_VERSION=v5.15.18-lts-lgpl
+ARG QT_VERSION=v5.15.19-lts-lgpl
WORKDIR /opt/android
ENV WORKDIR=/opt/android
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"
diff --git a/Dockerfile.windows b/Dockerfile.windows
index aaf4e4d6..07542705 100644
--- a/Dockerfile.windows
+++ b/Dockerfile.windows
@@ -1,7 +1,7 @@
FROM ubuntu:20.04
ARG THREADS=1
-ARG QT_VERSION=v5.15.18-lts-lgpl
+ARG QT_VERSION=v5.15.19-lts-lgpl
ENV SOURCE_DATE_EPOCH=1397818193
RUN apt update && \