diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2024-01-18 18:19:39 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2024-01-18 18:19:39 -0500 |
| commit | 7791cb08a9616f456a56aba383952b753dd5f75c (patch) | |
| tree | dad08b0cc21f957e9854486914bb64f87801afb0 | |
| parent | 6ed6d6a85e97f568704dcb9704ccc686ad5733dc (diff) | |
| parent | bd6e5b13ccc7cd4d20e55b24783febc3adae4370 (diff) | |
| download | monzero-gui-7791cb08a9616f456a56aba383952b753dd5f75c.tar.gz monzero-gui-7791cb08a9616f456a56aba383952b753dd5f75c.tar.xz monzero-gui-7791cb08a9616f456a56aba383952b753dd5f75c.zip | |
Merge pull request #4261
bd6e5b1 docker: update Qt to 5.15.12 (selsta)
| -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 6f0755ed..b0e60af5 100644 --- a/Dockerfile.linux +++ b/Dockerfile.linux @@ -1,7 +1,7 @@ FROM ubuntu:16.04 ARG THREADS=1 -ARG QT_VERSION=v5.15.11-lts-lgpl +ARG QT_VERSION=v5.15.12-lts-lgpl ENV CFLAGS="-fPIC" ENV CPPFLAGS="-fPIC" 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 && \ |
