docker: bump Qt to v5.15.14

This commit is contained in:
tobtoht
2024-05-24 22:28:50 +02:00
parent f0b1b8cd08
commit f8aa11bc41
2 changed files with 2 additions and 2 deletions

View File

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