From 520fcd7cce2c733708ea0198e4c748b6a157bcec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 23:06:48 +0000 Subject: [PATCH] Bump docker/library/nginx in /infrastructure/scripts/spring-ai Bumps docker/library/nginx from 1.29.1 to 1.29.3. --- updated-dependencies: - dependency-name: docker/library/nginx dependency-version: 1.29.3 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..ecee425d 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.3 # 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