aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.windows
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 /Dockerfile.windows
parentbbe4fe37637e840454f063fd65328cf650042e5f (diff)
downloadmonzero-gui-10e28c5ba4cb813e77e0ecb85c527bf3769180ff.tar.gz
monzero-gui-10e28c5ba4cb813e77e0ecb85c527bf3769180ff.tar.xz
monzero-gui-10e28c5ba4cb813e77e0ecb85c527bf3769180ff.zip
docker: update qt to 5.15.6
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 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 && \