all repos — website @ 2773f627093c729e920860b1ec4b3b507cf71f3d

My website

Use a fixed docker tag for postprocessing on Alpine
Alan Pearce alan@alanpearce.eu
Sun, 17 Sep 2023 08:14:49 +0200
commit

2773f627093c729e920860b1ec4b3b507cf71f3d

parent

519a5e51e28155f003d1c5a4c56db1fd6b80eeae

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M DockerfileDockerfile
@@ -39,7 +39,7 @@ COPY --link content content 
 RUN [ "zola", "build", "--force" ]
 
-FROM alpine:edge as postprocess
+FROM alpine:20230901 as postprocess
 
 WORKDIR /web