diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2023-02-15 10:52:02 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2023-02-15 10:52:02 -0500 |
| commit | e167bbce207110e799099d8500bae3c3688da88f (patch) | |
| tree | c92b22fb9aea02e6623239e6f34b22df616772cc | |
| parent | 3338bc3741e2354db23dbee1c97a95e5916415a7 (diff) | |
| parent | c437dab90f73e6b71b7e371f7ac3da4abbb17273 (diff) | |
| download | monzero-gui-e167bbce207110e799099d8500bae3c3688da88f.tar.gz monzero-gui-e167bbce207110e799099d8500bae3c3688da88f.tar.xz monzero-gui-e167bbce207110e799099d8500bae3c3688da88f.zip | |
Merge pull request #4103
c437dab docker: update Windows and Linux Qt to 5.15.8 (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 2dd02fb4..1eaa6c7c 100644 --- a/Dockerfile.linux +++ b/Dockerfile.linux @@ -1,7 +1,7 @@ FROM ubuntu:16.04 ARG THREADS=1 -ARG QT_VERSION=v5.15.7-lts-lgpl +ARG QT_VERSION=v5.15.8-lts-lgpl ENV CFLAGS="-fPIC" ENV CPPFLAGS="-fPIC" diff --git a/Dockerfile.windows b/Dockerfile.windows index abadcc75..b27352e0 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -1,7 +1,7 @@ FROM ubuntu:20.04 ARG THREADS=1 -ARG QT_VERSION=v5.15.7-lts-lgpl +ARG QT_VERSION=v5.15.8-lts-lgpl ENV SOURCE_DATE_EPOCH=1397818193 RUN apt update && \ |
