docker: qt 5.15.4

This commit is contained in:
selsta 2022-05-12 01:16:03 +02:00
parent 2e2ae5c88f
commit e16f8c8d07
No known key found for this signature in database
GPG Key ID: 2EA0A99A8B07AE5E
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.3-lts-lgpl
ARG QT_VERSION=v5.15.4-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.3-lts-lgpl
ARG QT_VERSION=v5.15.4-lts-lgpl
ENV SOURCE_DATE_EPOCH=1397818193
RUN apt update && \