From f0a6fc97f32de07c473a122a3f86e9446d00b078 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 Oct 2025 16:42:23 +0000 Subject: [PATCH] Update ghcr.io/luanti-org/luanti Docker tag to v5.14.0 --- dev/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/Dockerfile b/dev/Dockerfile index 439de57..b3671ed 100644 --- a/dev/Dockerfile +++ b/dev/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/luanti-org/luanti:5.11.0 +FROM ghcr.io/luanti-org/luanti:5.14.0 USER root RUN apk update && apk add git && \ mkdir -p /root/.minetest/games && \