diff options
| author | tobtoht <tob@featherwallet.org> | 2024-05-24 22:28:50 +0200 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2024-05-24 22:29:14 +0200 |
| commit | f8aa11bc4171546569b47e022d6fc1bdf7408bdb (patch) | |
| tree | eca1602ff0376d4527a3a620b18bde17ec592ce8 | |
| parent | f0b1b8cd0896b8de6e5272d2206014d7db892942 (diff) | |
| download | monzero-gui-f8aa11bc4171546569b47e022d6fc1bdf7408bdb.tar.gz monzero-gui-f8aa11bc4171546569b47e022d6fc1bdf7408bdb.tar.xz monzero-gui-f8aa11bc4171546569b47e022d6fc1bdf7408bdb.zip | |
docker: bump Qt to v5.15.14
| -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 44fb8c81..97c0af5d 100644 --- a/Dockerfile.linux +++ b/Dockerfile.linux @@ -1,7 +1,7 @@ FROM ubuntu:16.04 ARG THREADS=1 -ARG QT_VERSION=v5.15.13-lts-lgpl +ARG QT_VERSION=v5.15.14-lts-lgpl ENV CFLAGS="-fPIC" ENV CPPFLAGS="-fPIC" diff --git a/Dockerfile.windows b/Dockerfile.windows index 0622c39f..7a4404fa 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -1,7 +1,7 @@ FROM ubuntu:20.04 ARG THREADS=1 -ARG QT_VERSION=v5.15.13-lts-lgpl +ARG QT_VERSION=v5.15.14-lts-lgpl ENV SOURCE_DATE_EPOCH=1397818193 RUN apt update && \ |
