docker: update Qt to 5.15.18

This commit is contained in:
selsta
2026-01-31 16:54:29 +01:00
parent 475d4311e0
commit fe363d4dd8
3 changed files with 3 additions and 3 deletions

View File

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