diff options
| author | selsta <selsta@sent.at> | 2025-09-03 20:31:33 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2025-09-03 20:31:33 +0200 |
| commit | 0764fbad338a753ad9615a790f6ea08975bdbd3c (patch) | |
| tree | f79a28eb1b004050148e9fda761da25b471c9307 /Dockerfile.windows | |
| parent | c89f8eca9155473105519c37e706753214534e2a (diff) | |
| download | monzero-gui-0764fbad338a753ad9615a790f6ea08975bdbd3c.tar.gz monzero-gui-0764fbad338a753ad9615a790f6ea08975bdbd3c.tar.xz monzero-gui-0764fbad338a753ad9615a790f6ea08975bdbd3c.zip | |
docker: update Qt to 5.15.17
Diffstat (limited to 'Dockerfile.windows')
| -rw-r--r-- | Dockerfile.windows | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.windows b/Dockerfile.windows index fe13535d..de672356 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -1,7 +1,7 @@ FROM ubuntu:20.04 ARG THREADS=1 -ARG QT_VERSION=v5.15.16-lts-lgpl +ARG QT_VERSION=v5.15.17-lts-lgpl ENV SOURCE_DATE_EPOCH=1397818193 RUN apt update && \ |
