From 367670897bda926827364d379ef8528d95062afb Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 25 Jun 2025 00:00:40 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.29 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 54137c3..3a76a20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN git submodule update --init --recursive && \ RUN hugo # Publish Stage -FROM nginx:1.28-alpine +FROM nginx:1.29-alpine WORKDIR /usr/share/nginx/html COPY --from=build /opt/blog/public /usr/share/nginx/html/