diff options
| author | tobtoht <tob@featherwallet.org> | 2026-02-02 12:05:07 +0000 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2026-02-02 12:05:07 +0000 |
| commit | e5606fcf732cea0803cfb48d1164d1c2294353b9 (patch) | |
| tree | f992b819b8910f1550e5670f774ce8b1108655e5 /Dockerfile.windows | |
| parent | 475d4311e09346bcb6d9398a658ca83c2e11b066 (diff) | |
| parent | fe363d4dd81e9707aeb53451f09e50e81fe3271c (diff) | |
| download | monzero-gui-e5606fcf732cea0803cfb48d1164d1c2294353b9.tar.gz monzero-gui-e5606fcf732cea0803cfb48d1164d1c2294353b9.tar.xz monzero-gui-e5606fcf732cea0803cfb48d1164d1c2294353b9.zip | |
Merge pull request #4565
fe363d4 docker: update Qt to 5.15.18 (selsta)
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 && \ |
