diff --git a/Dockerfile b/Dockerfile index 9bd0cea..d40443e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,14 +3,14 @@ COPY . /project WORKDIR /project RUN ["zola", "build"] -FROM ghcr.io/static-web-server/static-web-server:2.39.0-alpine +FROM ghcr.io/static-web-server/static-web-server:2.40.1-alpine ENV SERVER_HEALTH=true WORKDIR / RUN apk --no-cache add curl COPY --from=zola /project/public /public HEALTHCHECK \ - --interval=30s \ + --interval=10s \ --timeout=5s \ - --start-period=5s \ + --start-period=3s \ --retries=3 \ - CMD ["curl", "-s", "localhost/health"] + CMD ["curl", "-s", "http://localhost/health"] diff --git a/themes/tabi b/themes/tabi index 1dda10b..4068430 160000 --- a/themes/tabi +++ b/themes/tabi @@ -1 +1 @@ -Subproject commit 1dda10b8bacfc097ff560ed547d5c907cc74f1e5 +Subproject commit 4068430e73a7fca56a0272b56d2cc45209c71ccc