aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.windows
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2023-04-05 23:48:29 +0200
committertobtoht <tob@featherwallet.org>2023-06-06 21:48:59 +0200
commitb6e336dbafd601e592715f3e2c817e66b647ff3b (patch)
treea8460c3467d3374bf385b9196a86034b4fce326c /Dockerfile.windows
parentf650e963630f49b44a2ef16211f565555b9f159e (diff)
downloadmonzero-gui-b6e336dbafd601e592715f3e2c817e66b647ff3b.tar.gz
monzero-gui-b6e336dbafd601e592715f3e2c817e66b647ff3b.tar.xz
monzero-gui-b6e336dbafd601e592715f3e2c817e66b647ff3b.zip
docker: update Linux & Windows Qt to 5.15.10
Diffstat (limited to 'Dockerfile.windows')
-rw-r--r--Dockerfile.windows2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.windows b/Dockerfile.windows
index 0401bab5..ce3b7d7a 100644
--- a/Dockerfile.windows
+++ b/Dockerfile.windows
@@ -1,7 +1,7 @@
FROM ubuntu:20.04
ARG THREADS=1
-ARG QT_VERSION=v5.15.8-lts-lgpl
+ARG QT_VERSION=v5.15.10-lts-lgpl
ENV SOURCE_DATE_EPOCH=1397818193
RUN apt update && \