From 2773f627093c729e920860b1ec4b3b507cf71f3d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 17 Sep 2023 08:14:49 +0200 Subject: Use a fixed docker tag for postprocessing on Alpine --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a455c0d..80d0229 100644 --- a/Dockerfile +++ b/Dockerfile @@ -39,7 +39,7 @@ COPY --link content content RUN [ "zola", "build", "--force" ] -FROM alpine:edge as postprocess +FROM alpine:20230901 as postprocess WORKDIR /web -- cgit 1.4.1