aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.windows
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2024-05-24 22:28:50 +0200
committertobtoht <tob@featherwallet.org>2024-05-24 22:29:14 +0200
commitf8aa11bc4171546569b47e022d6fc1bdf7408bdb (patch)
treeeca1602ff0376d4527a3a620b18bde17ec592ce8 /Dockerfile.windows
parentf0b1b8cd0896b8de6e5272d2206014d7db892942 (diff)
downloadmonzero-gui-f8aa11bc4171546569b47e022d6fc1bdf7408bdb.tar.gz
monzero-gui-f8aa11bc4171546569b47e022d6fc1bdf7408bdb.tar.xz
monzero-gui-f8aa11bc4171546569b47e022d6fc1bdf7408bdb.zip
docker: bump Qt to v5.15.14
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 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 && \