Skip to content

Commit f5afcc4

Browse files
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] <support@github.com>
1 parent 990fb4f commit f5afcc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infrastructure/scripts/spring-ai/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/docker/library/nginx:1.29.1
1+
FROM public.ecr.aws/docker/library/nginx:1.29.4
22

33
# Create a HTML page with timestamp using shell command directly in RUN
44
RUN echo '<html><body><h1>Hello World!</h1><p>Build timestamp: '$(date)'</p></body></html>' > /usr/share/nginx/html/index.html

0 commit comments

Comments
 (0)