From 7c86a51ed1984550a4f86725c1ec303a93848a95 Mon Sep 17 00:00:00 2001 From: Kosma Moczek Date: Sun, 16 Nov 2025 20:32:03 +0100 Subject: [PATCH] server.Dockerfile: use the official docker package from hswro namespace --- docker/serve.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/serve.Dockerfile b/docker/serve.Dockerfile index 26ec326..c69a51f 100644 --- a/docker/serve.Dockerfile +++ b/docker/serve.Dockerfile @@ -1,4 +1,4 @@ -FROM git.hswro.org/fleg/serve_base:caddy +FROM git.hswro.org/hswro/hswro_org_serve_base:caddy # Copy the static website # Use the .dockerignore file to control what ends up inside the image!