diff --git a/infrastructure/scripts/spring-ai/Dockerfile b/infrastructure/scripts/spring-ai/Dockerfile index a9bd5a83..f5e275cb 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.28.0 +FROM public.ecr.aws/docker/library/nginx:1.29.0 # 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