aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.linux
diff options
context:
space:
mode:
authortobtoht <tob@featherwallet.org>2023-04-05 23:48:29 +0200
committertobtoht <tob@featherwallet.org>2023-06-06 21:48:59 +0200
commitb6e336dbafd601e592715f3e2c817e66b647ff3b (patch)
treea8460c3467d3374bf385b9196a86034b4fce326c /Dockerfile.linux
parentf650e963630f49b44a2ef16211f565555b9f159e (diff)
downloadmonzero-gui-b6e336dbafd601e592715f3e2c817e66b647ff3b.tar.gz
monzero-gui-b6e336dbafd601e592715f3e2c817e66b647ff3b.tar.xz
monzero-gui-b6e336dbafd601e592715f3e2c817e66b647ff3b.zip
docker: update Linux & Windows Qt to 5.15.10
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 8561e5eb..3cd7f83d 100644
--- a/Dockerfile.linux
+++ b/Dockerfile.linux
@@ -1,7 +1,7 @@
FROM ubuntu:16.04
ARG THREADS=1
-ARG QT_VERSION=v5.15.8-lts-lgpl
+ARG QT_VERSION=v5.15.10-lts-lgpl
ENV CFLAGS="-fPIC"
ENV CPPFLAGS="-fPIC"