diff options
| author | tobtoht <tob@featherwallet.org> | 2025-02-24 18:03:00 +0000 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2025-02-24 18:03:00 +0000 |
| commit | 39606d2eb161d2b74adc8884f4fa2081d923dc8d (patch) | |
| tree | 1d8b10f94e872d63b2f745e87ccfc8704b0ad2a6 | |
| parent | 970c33332b025d810a32450c48414a63158ae208 (diff) | |
| parent | ea39b20d64c48218da36f81cd5c8afe7afa1df15 (diff) | |
| download | monzero-gui-39606d2eb161d2b74adc8884f4fa2081d923dc8d.tar.gz monzero-gui-39606d2eb161d2b74adc8884f4fa2081d923dc8d.tar.xz monzero-gui-39606d2eb161d2b74adc8884f4fa2081d923dc8d.zip | |
Merge pull request #4377
ea39b20d docker: update Qt to 5.15.16 (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 c220a318..48443472 100644 --- a/Dockerfile.linux +++ b/Dockerfile.linux @@ -1,7 +1,7 @@ FROM ubuntu:16.04 ARG THREADS=1 -ARG QT_VERSION=v5.15.14-lts-lgpl +ARG QT_VERSION=v5.15.16-lts-lgpl ENV CFLAGS="-fPIC" ENV CPPFLAGS="-fPIC" diff --git a/Dockerfile.windows b/Dockerfile.windows index 7a4404fa..09bafa03 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -1,7 +1,7 @@ FROM ubuntu:20.04 ARG THREADS=1 -ARG QT_VERSION=v5.15.14-lts-lgpl +ARG QT_VERSION=v5.15.16-lts-lgpl ENV SOURCE_DATE_EPOCH=1397818193 RUN apt update && \ |
