diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2024-08-14 16:12:54 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2024-08-14 16:12:54 -0400 |
| commit | c27bb53d7c28df00a76463be1d9e1255d6cf69c0 (patch) | |
| tree | c8a93a588a60897ee2d08e5231d45f5e7f2b99af /Dockerfile.linux | |
| parent | 6f9769607a990960f5e51663f8bc03e4c9f96baa (diff) | |
| parent | f8aa11bc4171546569b47e022d6fc1bdf7408bdb (diff) | |
| download | monzero-gui-c27bb53d7c28df00a76463be1d9e1255d6cf69c0.tar.gz monzero-gui-c27bb53d7c28df00a76463be1d9e1255d6cf69c0.tar.xz monzero-gui-c27bb53d7c28df00a76463be1d9e1255d6cf69c0.zip | |
Merge pull request #4321
f8aa11b docker: bump Qt to v5.15.14 (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 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" |
