aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.windows
diff options
context:
space:
mode:
authorselsta <selsta@sent.at>2023-01-16 07:22:10 +0100
committerselsta <selsta@sent.at>2023-01-16 17:56:15 +0100
commitc437dab90f73e6b71b7e371f7ac3da4abbb17273 (patch)
tree07c067972cd1f7f60cbc4e9ee6c338642bf70029 /Dockerfile.windows
parentb7ba9437d8cca6df4ecff7f5ae38a53cac5e26b2 (diff)
downloadmonzero-gui-c437dab90f73e6b71b7e371f7ac3da4abbb17273.tar.gz
monzero-gui-c437dab90f73e6b71b7e371f7ac3da4abbb17273.tar.xz
monzero-gui-c437dab90f73e6b71b7e371f7ac3da4abbb17273.zip
docker: update Windows and Linux Qt to 5.15.8
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 abadcc75..b27352e0 100644
--- a/Dockerfile.windows
+++ b/Dockerfile.windows
@@ -1,7 +1,7 @@
FROM ubuntu:20.04
ARG THREADS=1
-ARG QT_VERSION=v5.15.7-lts-lgpl
+ARG QT_VERSION=v5.15.8-lts-lgpl
ENV SOURCE_DATE_EPOCH=1397818193
RUN apt update && \