all repos — homestead @ c22597fa517f75ca0a4e0a34a2279fabb27907dc

Code for my website

Use a fixed docker tag for postprocessing on Alpine

Alan Pearce
commit

c22597fa517f75ca0a4e0a34a2279fabb27907dc

parent

809591856ea6686fb054ac68ab20b9d7b39b8619

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

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