about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index a455c0d..80d0229 100644
--- a/Dockerfile
+++ b/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