From 4dc3ef60c06508daad68b27f583e21f3885f88f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Tue, 4 Nov 2025 08:24:01 +0100 Subject: [PATCH] Update static-web-server --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a18f0f8..9bd0cea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ COPY . /project WORKDIR /project RUN ["zola", "build"] -FROM ghcr.io/static-web-server/static-web-server:2.38.1-alpine +FROM ghcr.io/static-web-server/static-web-server:2.39.0-alpine ENV SERVER_HEALTH=true WORKDIR / RUN apk --no-cache add curl @@ -13,4 +13,4 @@ HEALTHCHECK \ --timeout=5s \ --start-period=5s \ --retries=3 \ - CMD ["curl", "http://localhost/health"] + CMD ["curl", "-s", "localhost/health"]