Use a fixed docker tag for postprocessing on Alpine
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M Dockerfile → 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