From 89e353a13589998f3af7f13d8bfb38d4203eaf4d Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Sun, 23 Nov 2025 00:38:32 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=C3=A4ndere=20das=20Basis-Image=20auf=20?= =?UTF-8?q?docker.hnrx.net/alpine:latest?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b18a854..c759a9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest +FROM docker.hnrx.net/alpine:latest RUN mkdir /config