all repos — website @ 2773f627093c729e920860b1ec4b3b507cf71f3d

My website

Use a fixed docker tag for postprocessing on Alpine

Alan Pearce
commit

2773f627093c729e920860b1ec4b3b507cf71f3d

parent

519a5e51e28155f003d1c5a4c56db1fd6b80eeae

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
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