Skip to content

Commit e5606fc

Browse files
committed
Merge pull request #4565
fe363d4 docker: update Qt to 5.15.18 (selsta)
2 parents 475d431 + fe363d4 commit e5606fc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile.android

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG ANDROID_NDK_REVISION=23c
55
ARG ANDROID_NDK_HASH=e5053c126a47e84726d9f7173a04686a71f9a67a
66
ARG ANDROID_SDK_REVISION=7302050_latest
77
ARG ANDROID_SDK_HASH=7a00faadc0864f78edd8f4908a629a46d622375cbe2e5814e82934aebecdb622
8-
ARG QT_VERSION=v5.15.17-lts-lgpl
8+
ARG QT_VERSION=v5.15.18-lts-lgpl
99

1010
WORKDIR /opt/android
1111
ENV WORKDIR=/opt/android

Dockerfile.linux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:18.04
22

33
ARG THREADS=1
4-
ARG QT_VERSION=v5.15.17-lts-lgpl
4+
ARG QT_VERSION=v5.15.18-lts-lgpl
55

66
ENV CFLAGS="-fPIC"
77
ENV CPPFLAGS="-fPIC"

Dockerfile.windows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:20.04
22

33
ARG THREADS=1
4-
ARG QT_VERSION=v5.15.17-lts-lgpl
4+
ARG QT_VERSION=v5.15.18-lts-lgpl
55
ENV SOURCE_DATE_EPOCH=1397818193
66

77
RUN apt update && \

0 commit comments

Comments
 (0)