Update static-web-server

This commit is contained in:
2025-11-04 08:24:01 +01:00
parent 8c0d6e04d9
commit 4dc3ef60c0

View File

@@ -3,7 +3,7 @@ COPY . /project
WORKDIR /project WORKDIR /project
RUN ["zola", "build"] 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 ENV SERVER_HEALTH=true
WORKDIR / WORKDIR /
RUN apk --no-cache add curl RUN apk --no-cache add curl
@@ -13,4 +13,4 @@ HEALTHCHECK \
--timeout=5s \ --timeout=5s \
--start-period=5s \ --start-period=5s \
--retries=3 \ --retries=3 \
CMD ["curl", "http://localhost/health"] CMD ["curl", "-s", "localhost/health"]