diff options
| author | selsta <selsta@sent.at> | 2026-01-31 16:54:29 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2026-01-31 16:54:29 +0100 |
| commit | fe363d4dd81e9707aeb53451f09e50e81fe3271c (patch) | |
| tree | f992b819b8910f1550e5670f774ce8b1108655e5 /Dockerfile.windows | |
| parent | 475d4311e09346bcb6d9398a658ca83c2e11b066 (diff) | |
| download | monzero-gui-fe363d4dd81e9707aeb53451f09e50e81fe3271c.tar.gz monzero-gui-fe363d4dd81e9707aeb53451f09e50e81fe3271c.tar.xz monzero-gui-fe363d4dd81e9707aeb53451f09e50e81fe3271c.zip | |
docker: update Qt to 5.15.18
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 4314b1cb..df9719a1 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -1,7 +1,7 @@ FROM ubuntu:20.04 ARG THREADS=1 -ARG QT_VERSION=v5.15.17-lts-lgpl +ARG QT_VERSION=v5.15.18-lts-lgpl ENV SOURCE_DATE_EPOCH=1397818193 RUN apt update && \ |
