diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2024-03-12 15:43:03 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2024-03-12 15:43:03 -0400 |
| commit | 674f69f131d59722cbbe41aea7e87d69ce3b1156 (patch) | |
| tree | bd2510c43e326a4439e2cdd3e23ea19ebbec8699 /Dockerfile.linux | |
| parent | 29e831ccecc5a7aa4d329db5d24ca31b92b1c52a (diff) | |
| parent | 0c3e2301ed7df6d8698a3625dbd038a2021b7efa (diff) | |
| download | monzero-gui-674f69f131d59722cbbe41aea7e87d69ce3b1156.tar.gz monzero-gui-674f69f131d59722cbbe41aea7e87d69ce3b1156.tar.xz monzero-gui-674f69f131d59722cbbe41aea7e87d69ce3b1156.zip | |
Merge pull request #4290
0c3e230 docker: bump Qt to v5.15.13 (tobtoht)
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" |
