aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2024-08-14 16:12:54 -0400
committerluigi1111 <luigi1111w@gmail.com>2024-08-14 16:12:54 -0400
commitc27bb53d7c28df00a76463be1d9e1255d6cf69c0 (patch)
treec8a93a588a60897ee2d08e5231d45f5e7f2b99af
parent6f9769607a990960f5e51663f8bc03e4c9f96baa (diff)
parentf8aa11bc4171546569b47e022d6fc1bdf7408bdb (diff)
downloadmonzero-gui-c27bb53d7c28df00a76463be1d9e1255d6cf69c0.tar.gz
monzero-gui-c27bb53d7c28df00a76463be1d9e1255d6cf69c0.tar.xz
monzero-gui-c27bb53d7c28df00a76463be1d9e1255d6cf69c0.zip
Merge pull request #4321
f8aa11b docker: bump Qt to v5.15.14 (tobtoht)
-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 44fb8c81..97c0af5d 100644
--- a/Dockerfile.linux
+++ b/Dockerfile.linux
@@ -1,7 +1,7 @@
FROM ubuntu:16.04
ARG THREADS=1
-ARG QT_VERSION=v5.15.13-lts-lgpl
+ARG QT_VERSION=v5.15.14-lts-lgpl
ENV CFLAGS="-fPIC"
ENV CPPFLAGS="-fPIC"
diff --git a/Dockerfile.windows b/Dockerfile.windows
index 0622c39f..7a4404fa 100644
--- a/Dockerfile.windows
+++ b/Dockerfile.windows
@@ -1,7 +1,7 @@
FROM ubuntu:20.04
ARG THREADS=1
-ARG QT_VERSION=v5.15.13-lts-lgpl
+ARG QT_VERSION=v5.15.14-lts-lgpl
ENV SOURCE_DATE_EPOCH=1397818193
RUN apt update && \