diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2023-11-06 09:45:13 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2023-11-06 09:45:13 -0500 |
| commit | 70a8086366220a567a37a65bc02402d6a8867b45 (patch) | |
| tree | 560d0d37aa94cc1393486269f172b90f43bd5fdd | |
| parent | bea3032df9b1fc59a7aa0a3489d583b389481cfe (diff) | |
| parent | 33e3f599e9d52fd88f010ac0ce2705d4ce62e4e6 (diff) | |
| download | monzero-gui-70a8086366220a567a37a65bc02402d6a8867b45.tar.gz monzero-gui-70a8086366220a567a37a65bc02402d6a8867b45.tar.xz monzero-gui-70a8086366220a567a37a65bc02402d6a8867b45.zip | |
Merge pull request #4222
33e3f59 docker: update Linux & Windows Qt to 5.15.11 (tobtoht)
| -rw-r--r-- | Dockerfile.linux | 2 | ||||
| -rw-r--r-- | Dockerfile.windows | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile.linux b/Dockerfile.linux index 99ac18b6..6f0755ed 100644 --- a/Dockerfile.linux +++ b/Dockerfile.linux @@ -1,7 +1,7 @@ FROM ubuntu:16.04 ARG THREADS=1 -ARG QT_VERSION=v5.15.10-lts-lgpl +ARG QT_VERSION=v5.15.11-lts-lgpl ENV CFLAGS="-fPIC" ENV CPPFLAGS="-fPIC" diff --git a/Dockerfile.windows b/Dockerfile.windows index ce3b7d7a..f8925a93 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -1,7 +1,7 @@ FROM ubuntu:20.04 ARG THREADS=1 -ARG QT_VERSION=v5.15.10-lts-lgpl +ARG QT_VERSION=v5.15.11-lts-lgpl ENV SOURCE_DATE_EPOCH=1397818193 RUN apt update && \ |
