Skip to content

Commit 50017dd

Browse files
Bump docker/library/nginx in /infrastructure/scripts/spring-ai
Bumps docker/library/nginx from 1.28.0 to 1.29.0. --- updated-dependencies: - dependency-name: docker/library/nginx dependency-version: 1.29.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4e4db59 commit 50017dd

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.28.0
1+
FROM public.ecr.aws/docker/library/nginx:1.29.0
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)