From 722158693c75b0c154720f6ef487bf27cb718c72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 00:02:01 +0000 Subject: [PATCH] Bump nginx from 1.27-alpine to 1.29-alpine in /container-example Bumps nginx from 1.27-alpine to 1.29-alpine. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.29-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- container-example/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container-example/Dockerfile b/container-example/Dockerfile index a7f4c44..a25c99c 100644 --- a/container-example/Dockerfile +++ b/container-example/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.27-alpine +FROM nginx:1.29-alpine EXPOSE 80 HEALTHCHECK --interval=30s --timeout=3s CMD wget -qO- http://localhost/ || exit 1 COPY src/. /usr/share/nginx/html/ \ No newline at end of file