diff --git a/Containerfile b/Containerfile index bac22ac..37b16c5 100644 --- a/Containerfile +++ b/Containerfile @@ -7,5 +7,5 @@ COPY . . RUN python -m poetry install --no-root RUN python -m poetry run mkdocs build -FROM nginx:1.27.3 +FROM nginx:1.27.4 COPY --from=builder /src/site /usr/share/nginx/html