Skip to content

Commit

Permalink
Merge pull request #4222
Browse files Browse the repository at this point in the history
33e3f59 docker: update Linux & Windows Qt to 5.15.11 (tobtoht)
  • Loading branch information
luigi1111 committed Nov 6, 2023
2 parents bea3032 + 33e3f59 commit 70a8086
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.linux
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:16.04

ARG THREADS=1
ARG QT_VERSION=v5.15.10-lts-lgpl
ARG QT_VERSION=v5.15.11-lts-lgpl

ENV CFLAGS="-fPIC"
ENV CPPFLAGS="-fPIC"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.windows
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:20.04

ARG THREADS=1
ARG QT_VERSION=v5.15.10-lts-lgpl
ARG QT_VERSION=v5.15.11-lts-lgpl
ENV SOURCE_DATE_EPOCH=1397818193

RUN apt update && \
Expand Down

0 comments on commit 70a8086

Please sign in to comment.