From 76a5bb86283e6b3952c5ab71e24bb89f387de65f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 12:52:09 +0000 Subject: [PATCH] Bump nginx from 1.31.1-alpine to 1.31.2-alpine in /container-example Bumps nginx from 1.31.1-alpine to 1.31.2-alpine. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.31.2-alpine dependency-type: direct:production update-type: version-update:semver-patch ... 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 0ee9633..3e9bbfa 100644 --- a/container-example/Dockerfile +++ b/container-example/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.31.1-alpine +FROM nginx:1.31.2-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