Use a fixed docker tag for postprocessing on Alpine
Alan Pearce alan@alanpearce.eu
Sun, 17 Sep 2023 08:14:49 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
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