From b6e336dbafd601e592715f3e2c817e66b647ff3b Mon Sep 17 00:00:00 2001 From: tobtoht Date: Wed, 5 Apr 2023 23:48:29 +0200 Subject: [PATCH] docker: update Linux & Windows Qt to 5.15.10 --- Dockerfile.linux | 2 +- Dockerfile.windows | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.linux b/Dockerfile.linux index 8561e5eb84..3cd7f83d9a 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" diff --git a/Dockerfile.windows b/Dockerfile.windows index 0401bab576..ce3b7d7ace 100644 --- a/Dockerfile.windows +++ b/Dockerfile.windows @@ -1,7 +1,7 @@ FROM ubuntu:20.04 ARG THREADS=1 -ARG QT_VERSION=v5.15.8-lts-lgpl +ARG QT_VERSION=v5.15.10-lts-lgpl ENV SOURCE_DATE_EPOCH=1397818193 RUN apt update && \