diff options
| author | selsta <selsta@sent.at> | 2022-06-21 19:25:38 +0200 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2022-06-21 19:26:34 +0200 |
| commit | c0b3789fdae84d127d3285ea8469a2e8f98a4a0c (patch) | |
| tree | de5c6ce14776e3dc9f4a5a9197e11b5e68844cfa | |
| parent | 96cca79b709dce3887f5dfac42abe111faaae01e (diff) | |
| download | monzero-gui-c0b3789fdae84d127d3285ea8469a2e8f98a4a0c.tar.gz monzero-gui-c0b3789fdae84d127d3285ea8469a2e8f98a4a0c.tar.xz monzero-gui-c0b3789fdae84d127d3285ea8469a2e8f98a4a0c.zip | |
docker: update Qt to 5.15.5
| -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 ce0c4ef8..6ca59083 100644 --- a/Dockerfile.linux +++ b/Dockerfile.linux @@ -1,7 +1,7 @@ FROM ubuntu:16.04 ARG THREADS=1 -ARG QT_VERSION=v5.15.4-lts-lgpl +ARG QT_VERSION=v5.15.5-lts-lgpl ENV CFLAGS="-fPIC" ENV CPPFLAGS="-fPIC" diff --git a/Dockerfile.windows b/Dockerfile.windows index 720913dc..7320b8da 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -1,7 +1,7 @@ FROM ubuntu:20.04 ARG THREADS=1 -ARG QT_VERSION=v5.15.4-lts-lgpl +ARG QT_VERSION=v5.15.5-lts-lgpl ENV SOURCE_DATE_EPOCH=1397818193 RUN apt update && \ |
