Skip to content

Commit

Permalink
Merge pull request #9 from ronoaldo/release-5.6.1
Browse files Browse the repository at this point in the history
Update to Minetest release 5.6.1
  • Loading branch information
ronoaldo authored Sep 27, 2022
2 parents ac9a67f + 90c43bf commit 04b5c33
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/multiarch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
linux/arm64
- dockerfile: Dockerfile
args: |-
MINETEST_VERSION=5.6.0
MINETEST_GAME_VERSION=5.6.0
MINETEST_IRRLICHT_VERSION=1.9.0mt7
MINETEST_VERSION=5.6.1
MINETEST_GAME_VERSION=5.6.1
MINETEST_IRRLICHT_VERSION=1.9.0mt8
tags: |-
stable
stable-5
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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=a7d0265480c662964988f83d4e245bf139eb7cc0
ARG LUAJIT_VERSION=dad04f1754723e76ba9dcf9f401f3134a0cd3972

# Install all build-dependencies
RUN apt-get update &&\
Expand Down

0 comments on commit 04b5c33

Please sign in to comment.