aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2024-03-12 18:08:53 +0100
committertobtoht <tob@featherwallet.org>2024-03-12 18:08:53 +0100
commit0c3e2301ed7df6d8698a3625dbd038a2021b7efa (patch)
treebd2510c43e326a4439e2cdd3e23ea19ebbec8699
parentdf291702df8ebb816e08e2d035cf283a2c9d570f (diff)
downloadmonzero-gui-0c3e2301ed7df6d8698a3625dbd038a2021b7efa.tar.gz
monzero-gui-0c3e2301ed7df6d8698a3625dbd038a2021b7efa.tar.xz
monzero-gui-0c3e2301ed7df6d8698a3625dbd038a2021b7efa.zip
docker: bump Qt to v5.15.13
-rw-r--r--Dockerfile.linux2
-rw-r--r--Dockerfile.windows2
2 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile.linux b/Dockerfile.linux
index bc1fc81f..44fb8c81 100644
--- a/Dockerfile.linux
+++ b/Dockerfile.linux
@@ -1,7 +1,7 @@
FROM ubuntu:16.04
ARG THREADS=1
-ARG QT_VERSION=v5.15.12-lts-lgpl
+ARG QT_VERSION=v5.15.13-lts-lgpl
ENV CFLAGS="-fPIC"
ENV CPPFLAGS="-fPIC"
diff --git a/Dockerfile.windows b/Dockerfile.windows
index 3fc3356b..0622c39f 100644
--- a/Dockerfile.windows
+++ b/Dockerfile.windows
@@ -1,7 +1,7 @@
FROM ubuntu:20.04
ARG THREADS=1
-ARG QT_VERSION=v5.15.12-lts-lgpl
+ARG QT_VERSION=v5.15.13-lts-lgpl
ENV SOURCE_DATE_EPOCH=1397818193
RUN apt update && \