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