docker: update qt to 5.15.6

This commit is contained in:
tobtoht 2022-09-09 13:29:51 +02:00
parent bbe4fe3763
commit 10e28c5ba4
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -1,7 +1,7 @@
FROM ubuntu:20.04
ARG THREADS=1
ARG QT_VERSION=v5.15.5-lts-lgpl
ARG QT_VERSION=v5.15.6-lts-lgpl
ENV SOURCE_DATE_EPOCH=1397818193
RUN apt update && \