Update Tabi and Docker deps
This commit is contained in:
@@ -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"]
|
||||
|
||||
Submodule themes/tabi updated: 1dda10b8ba...4068430e73
Reference in New Issue
Block a user