Skip to content

Commit 7221586

Browse files
Bump nginx from 1.27-alpine to 1.29-alpine in /container-example
Bumps nginx from 1.27-alpine to 1.29-alpine. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.29-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 219c728 commit 7221586

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

container-example/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1.27-alpine
1+
FROM nginx:1.29-alpine
22
EXPOSE 80
33
HEALTHCHECK --interval=30s --timeout=3s CMD wget -qO- http://localhost/ || exit 1
44
COPY src/. /usr/share/nginx/html/

0 commit comments

Comments
 (0)