From 54e28ce0be6acf62caa427207c2538e9faff52f3 Mon Sep 17 00:00:00 2001 From: Ronoaldo JLP Date: Mon, 10 Apr 2023 22:01:04 -0300 Subject: [PATCH] Updated to 5.7.0 release for server builds. --- .github/workflows/multiarch.yaml | 8 ++++---- Dockerfile | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/multiarch.yaml b/.github/workflows/multiarch.yaml index bf8d0ba..3ff4db7 100644 --- a/.github/workflows/multiarch.yaml +++ b/.github/workflows/multiarch.yaml @@ -28,7 +28,7 @@ jobs: MINETEST_GAME_VERSION=master MINETEST_IRRLICHT_VERSION=master tags: |- - 5.7.0-dev + 5.8.0-dev unstable dev platforms: |- @@ -36,9 +36,9 @@ jobs: linux/arm64 - dockerfile: Dockerfile args: |- - MINETEST_VERSION=5.6.1 - MINETEST_GAME_VERSION=5.6.1 - MINETEST_IRRLICHT_VERSION=1.9.0mt8 + MINETEST_VERSION=5.7.0 + MINETEST_GAME_VERSION=5.7.0 + MINETEST_IRRLICHT_VERSION=1.9.0mt10 tags: |- stable stable-5 diff --git a/Dockerfile b/Dockerfile index 33a6c20..018f99b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,8 +7,8 @@ ARG MINETEST_GAME_VERSION=master ARG MINETEST_IRRLICHT_VERSION=master ARG MINETOOLS_VERSION=v0.2.2 # Using a specific and newer LuaJIT commit to fix several ARM issues -# and crashes. -ARG LUAJIT_VERSION=dad04f1754723e76ba9dcf9f401f3134a0cd3972 +# and crashes. This commit uses the unrelease v2.1 branch. +ARG LUAJIT_VERSION=505e2c03de35e2718eef0d2d3660712e06dadf1f # Install all build-dependencies RUN apt-get update &&\