diff options
| author | tobtoht <tob@featherwallet.org> | 2024-03-12 18:08:53 +0100 |
|---|---|---|
| committer | tobtoht <tob@featherwallet.org> | 2024-03-12 18:08:53 +0100 |
| commit | 0c3e2301ed7df6d8698a3625dbd038a2021b7efa (patch) | |
| tree | bd2510c43e326a4439e2cdd3e23ea19ebbec8699 /Dockerfile.linux | |
| parent | df291702df8ebb816e08e2d035cf283a2c9d570f (diff) | |
| download | monzero-gui-0c3e2301ed7df6d8698a3625dbd038a2021b7efa.tar.gz monzero-gui-0c3e2301ed7df6d8698a3625dbd038a2021b7efa.tar.xz monzero-gui-0c3e2301ed7df6d8698a3625dbd038a2021b7efa.zip | |
docker: bump Qt to v5.15.13
Diffstat (limited to 'Dockerfile.linux')
| -rw-r--r-- | Dockerfile.linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.linux b/Dockerfile.linux index bc1fc81f..44fb8c81 100644 --- a/Dockerfile.linux +++ b/Dockerfile.linux @@ -1,7 +1,7 @@ FROM ubuntu:16.04 ARG THREADS=1 -ARG QT_VERSION=v5.15.12-lts-lgpl +ARG QT_VERSION=v5.15.13-lts-lgpl ENV CFLAGS="-fPIC" ENV CPPFLAGS="-fPIC" |
