aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2022-09-09 13:29:51 +0200
committertobtoht <tob@featherwallet.org>2022-09-09 13:29:51 +0200
commit10e28c5ba4cb813e77e0ecb85c527bf3769180ff (patch)
treec7a99b100e9c88daa7cbcac3aa76842ecf59b20f
parentbbe4fe37637e840454f063fd65328cf650042e5f (diff)
downloadmonzero-gui-10e28c5ba4cb813e77e0ecb85c527bf3769180ff.tar.gz
monzero-gui-10e28c5ba4cb813e77e0ecb85c527bf3769180ff.tar.xz
monzero-gui-10e28c5ba4cb813e77e0ecb85c527bf3769180ff.zip
docker: update qt to 5.15.6
-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 2182b05a..5dc693ab 100644
--- a/Dockerfile.linux
+++ b/Dockerfile.linux
@@ -1,7 +1,7 @@
FROM ubuntu:16.04
ARG THREADS=1
-ARG QT_VERSION=v5.15.5-lts-lgpl
+ARG QT_VERSION=v5.15.6-lts-lgpl
ENV CFLAGS="-fPIC"
ENV CPPFLAGS="-fPIC"
diff --git a/Dockerfile.windows b/Dockerfile.windows
index 26f64140..e302c8e5 100644
--- a/Dockerfile.windows
+++ b/Dockerfile.windows
@@ -1,7 +1,7 @@
FROM ubuntu:20.04
ARG THREADS=1
-ARG QT_VERSION=v5.15.5-lts-lgpl
+ARG QT_VERSION=v5.15.6-lts-lgpl
ENV SOURCE_DATE_EPOCH=1397818193
RUN apt update && \