Skip to content

Commit 729880b

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

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.29-alpine
1+
FROM nginx:1.31.1-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)