Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 725ca62

Browse files
nemchikthelamer
authored andcommitted
Rebase to Alpine 3.19
Signed-off-by: Eric Nemchik <[email protected]>
1 parent 4bc49d8 commit 725ca62

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM ghcr.io/linuxserver/baseimage-alpine:3.18
3+
FROM ghcr.io/linuxserver/baseimage-alpine:3.19
44

55
# set version label
66
ARG BUILD_DATE

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.18
3+
FROM ghcr.io/linuxserver/baseimage-alpine:arm64v8-3.19
44

55
# set version label
66
ARG BUILD_DATE

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ app_setup_block: |
4949
As per [upstream request](https://github.com/minetest/minetest/releases/tag/5.8.0) this image no longer includes [minetest_game](https://github.com/minetest/minetest_game), so if required you will need to either install via ContentDB or download it from their repo and copy to `/config/.minetest/games/minetest`
5050
# changelog
5151
changelogs:
52+
- { date: "23.12.23:", desc: "Rebase to Alpine 3.19."}
5253
- {date: "12.07.23:", desc: "Rebase to Alpine 3.18, remove minetest_game."}
5354
- {date: "06.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
5455
- {date: "09.04.23:", desc: "Build logic changes to copy devtest to default games."}

0 commit comments

Comments
 (0)