File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG ANDROID_NDK_REVISION=23c
55ARG ANDROID_NDK_HASH=e5053c126a47e84726d9f7173a04686a71f9a67a
66ARG ANDROID_SDK_REVISION=7302050_latest
77ARG ANDROID_SDK_HASH=7a00faadc0864f78edd8f4908a629a46d622375cbe2e5814e82934aebecdb622
8- ARG QT_VERSION=v5.15.17 -lts-lgpl
8+ ARG QT_VERSION=v5.15.18 -lts-lgpl
99
1010WORKDIR /opt/android
1111ENV WORKDIR=/opt/android
Original file line number Diff line number Diff line change 11FROM ubuntu:18.04
22
33ARG THREADS=1
4- ARG QT_VERSION=v5.15.17 -lts-lgpl
4+ ARG QT_VERSION=v5.15.18 -lts-lgpl
55
66ENV CFLAGS="-fPIC"
77ENV CPPFLAGS="-fPIC"
Original file line number Diff line number Diff line change 11FROM ubuntu:20.04
22
33ARG THREADS=1
4- ARG QT_VERSION=v5.15.17 -lts-lgpl
4+ ARG QT_VERSION=v5.15.18 -lts-lgpl
55ENV SOURCE_DATE_EPOCH=1397818193
66
77RUN apt update && \
You can’t perform that action at this time.
0 commit comments