diff options
| author | selsta <selsta@sent.at> | 2024-01-04 13:17:09 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2024-01-04 13:17:09 +0100 |
| commit | bd6e5b13ccc7cd4d20e55b24783febc3adae4370 (patch) | |
| tree | 980c8a9f8305124d0a57461ead4b7c37c7690ad1 /Dockerfile.windows | |
| parent | e9cd4588aef3f0808ce153957a504f43dcdbeb26 (diff) | |
| download | monzero-gui-bd6e5b13ccc7cd4d20e55b24783febc3adae4370.tar.gz monzero-gui-bd6e5b13ccc7cd4d20e55b24783febc3adae4370.tar.xz monzero-gui-bd6e5b13ccc7cd4d20e55b24783febc3adae4370.zip | |
docker: update Qt to 5.15.12
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 f8925a93..3fc3356b 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -1,7 +1,7 @@ FROM ubuntu:20.04 ARG THREADS=1 -ARG QT_VERSION=v5.15.11-lts-lgpl +ARG QT_VERSION=v5.15.12-lts-lgpl ENV SOURCE_DATE_EPOCH=1397818193 RUN apt update && \ |
