aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.linux
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2022-09-09 13:29:51 +0200
committertobtoht <tob@featherwallet.org>2022-09-09 13:29:51 +0200
commit10e28c5ba4cb813e77e0ecb85c527bf3769180ff (patch)
treec7a99b100e9c88daa7cbcac3aa76842ecf59b20f /Dockerfile.linux
parentbbe4fe37637e840454f063fd65328cf650042e5f (diff)
downloadmonzero-gui-10e28c5ba4cb813e77e0ecb85c527bf3769180ff.tar.gz
monzero-gui-10e28c5ba4cb813e77e0ecb85c527bf3769180ff.tar.xz
monzero-gui-10e28c5ba4cb813e77e0ecb85c527bf3769180ff.zip
docker: update qt to 5.15.6
Diffstat (limited to 'Dockerfile.linux')
-rw-r--r--Dockerfile.linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile.linux b/Dockerfile.linux
index 2182b05a..5dc693ab 100644
--- a/Dockerfile.linux
+++ b/Dockerfile.linux
@@ -1,7 +1,7 @@
FROM ubuntu:16.04
ARG THREADS=1
-ARG QT_VERSION=v5.15.5-lts-lgpl
+ARG QT_VERSION=v5.15.6-lts-lgpl
ENV CFLAGS="-fPIC"
ENV CPPFLAGS="-fPIC"