1
mirror of https://github.com/monero-project/monero-gui synced 2024-11-21 12:44:14 +01:00

Merge pull request #4321

f8aa11b docker: bump Qt to v5.15.14 (tobtoht)
This commit is contained in:
luigi1111 2024-08-14 16:12:54 -04:00
commit c27bb53d7c
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
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.13-lts-lgpl
ARG QT_VERSION=v5.15.14-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.13-lts-lgpl
ARG QT_VERSION=v5.15.14-lts-lgpl
ENV SOURCE_DATE_EPOCH=1397818193
RUN apt update && \