From 1a3279eccf1c3c1627074506ecdf48a3f57d9eeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 12:52:22 +0000 Subject: [PATCH] Bump nginx from 1.29-alpine to 1.31-alpine in /container-example Bumps nginx from 1.29-alpine to 1.31-alpine. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.31-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 a25c99c..1f2e5e8 100644 --- a/container-example/Dockerfile +++ b/container-example/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.29-alpine +FROM nginx:1.31-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