From ffb38a9aac436c4ce23034732c5ce8f520e3eaa7 Mon Sep 17 00:00:00 2001 From: Zion Nimchuk Date: Sat, 16 Jul 2022 11:48:44 -0700 Subject: [PATCH] Bump varios dependency versions --- bionic/Dockerfile | 6 +++--- build.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bionic/Dockerfile b/bionic/Dockerfile index e097f09..c85514c 100644 --- a/bionic/Dockerfile +++ b/bionic/Dockerfile @@ -4,7 +4,7 @@ LABEL maintainer="hcorion" ENV QTVER=5.15.2 ENV QTVERMIN=515 -ENV LLVMVER=13 +ENV LLVMVER=14 ENV GCCVER=11 ENV CLANG_BINARY=clang-${LLVMVER} @@ -48,7 +48,7 @@ RUN \ cmake --version # We gotta build our own version of Ninja as well -ENV NINJAVER=1.10.2 +ENV NINJAVER=1.11.0 RUN \ curl -sSfL -o ninja.tar.gz https://github.com/ninja-build/ninja/archive/v${NINJAVER}.tar.gz && \ tar -xf ninja.tar.gz && \ @@ -89,7 +89,7 @@ RUN \ rm -r ./Vulkan-Loader* # We need to build a custom version of SDL2 as well -ENV SDL2VER=2.0.18 +ENV SDL2VER=2.0.22 RUN \ curl -sSfL -o SDL2.tar.gz https://www.libsdl.org/release/SDL2-${SDL2VER}.tar.gz && \ tar -xf SDL2.tar.gz && \ diff --git a/build.sh b/build.sh index 7e3d226..f36dc2a 100644 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -static_version=1.1 +static_version=1.5 branch=$(git rev-parse --abbrev-ref HEAD 2>/dev/null) tag=$(git describe --tags 2>/dev/null) distro_release=bionic