From 4169b5adeb0904b8cdc639cc221ca079639691fe Mon Sep 17 00:00:00 2001 From: Devops Bot Date: Thu, 6 Feb 2025 01:02:45 +0000 Subject: [PATCH] Update nginx Docker tag to v1.27.4 --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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