From f5afcc4000c12d00d53c88c8b6d1c7ca7c8a3cbb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 23:54:39 +0000 Subject: [PATCH] Bump docker/library/nginx in /infrastructure/scripts/spring-ai Bumps docker/library/nginx from 1.29.1 to 1.29.4. --- updated-dependencies: - dependency-name: docker/library/nginx dependency-version: 1.29.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- infrastructure/scripts/spring-ai/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/scripts/spring-ai/Dockerfile b/infrastructure/scripts/spring-ai/Dockerfile index 9e69b214..5d75fbde 100644 --- a/infrastructure/scripts/spring-ai/Dockerfile +++ b/infrastructure/scripts/spring-ai/Dockerfile @@ -1,4 +1,4 @@ -FROM public.ecr.aws/docker/library/nginx:1.29.1 +FROM public.ecr.aws/docker/library/nginx:1.29.4 # Create a HTML page with timestamp using shell command directly in RUN RUN echo '

Hello World!

Build timestamp: '$(date)'

' > /usr/share/nginx/html/index.html