diff options
| author | selsta <selsta@sent.at> | 2022-03-24 23:27:16 +0100 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2022-03-25 17:16:21 +0100 |
| commit | 877f822de06a50eaf6d102e3012e4116c7707780 (patch) | |
| tree | bc2682701e6ebfbcc16c09ad98039a6ef59cf012 | |
| parent | 002fe8eefa5616ee7eb7c21a4dc827e357f3fcb0 (diff) | |
| download | monzero-gui-877f822de06a50eaf6d102e3012e4116c7707780.tar.gz monzero-gui-877f822de06a50eaf6d102e3012e4116c7707780.tar.xz monzero-gui-877f822de06a50eaf6d102e3012e4116c7707780.zip | |
Docker: update Qt 5.15.2 -> 5.15.3
| -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 ea92e273..cb6481cf 100644 --- a/Dockerfile.linux +++ b/Dockerfile.linux @@ -1,7 +1,7 @@ FROM ubuntu:16.04 ARG THREADS=1 -ARG QT_VERSION=5.15.2 +ARG QT_VERSION=v5.15.3-lts-lgpl ENV CFLAGS="-fPIC" ENV CPPFLAGS="-fPIC" diff --git a/Dockerfile.windows b/Dockerfile.windows index 824dc997..fb08e1c1 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -1,7 +1,7 @@ FROM ubuntu:20.04 ARG THREADS=1 -ARG QT_VERSION=5.15.2 +ARG QT_VERSION=v5.15.3-lts-lgpl ENV SOURCE_DATE_EPOCH=1397818193 RUN apt update && \ |
