aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2025-09-08 18:18:06 +0000
committertobtoht <tob@featherwallet.org>2025-09-08 18:18:06 +0000
commitf3f1dfc020a680502b6191961314783e71b593ac (patch)
tree103ffce5d983b304fb56de352a738d15799382fb
parent792130a7e64a6de66c18a68920fdc74c7bd4ab9a (diff)
parent0764fbad338a753ad9615a790f6ea08975bdbd3c (diff)
downloadmonzero-gui-f3f1dfc020a680502b6191961314783e71b593ac.tar.gz
monzero-gui-f3f1dfc020a680502b6191961314783e71b593ac.tar.xz
monzero-gui-f3f1dfc020a680502b6191961314783e71b593ac.zip
Merge pull request #4498
0764fba docker: update Qt to 5.15.17 (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 4246aa5a..3ece9ee0 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.16-lts-lgpl
+ARG QT_VERSION=v5.15.17-lts-lgpl
WORKDIR /opt/android
ENV WORKDIR=/opt/android
diff --git a/Dockerfile.linux b/Dockerfile.linux
index b540f5ca..f2b2039c 100644
--- a/Dockerfile.linux
+++ b/Dockerfile.linux
@@ -1,7 +1,7 @@
FROM ubuntu:18.04
ARG THREADS=1
-ARG QT_VERSION=v5.15.16-lts-lgpl
+ARG QT_VERSION=v5.15.17-lts-lgpl
ENV CFLAGS="-fPIC"
ENV CPPFLAGS="-fPIC"
diff --git a/Dockerfile.windows b/Dockerfile.windows
index fe13535d..de672356 100644
--- a/Dockerfile.windows
+++ b/Dockerfile.windows
@@ -1,7 +1,7 @@
FROM ubuntu:20.04
ARG THREADS=1
-ARG QT_VERSION=v5.15.16-lts-lgpl
+ARG QT_VERSION=v5.15.17-lts-lgpl
ENV SOURCE_DATE_EPOCH=1397818193
RUN apt update && \