Skip to content

Commit 5882f16

Browse files
chore(docker): bump nginx from 1.29.4-alpine-slim to 1.29.5-alpine-slim (#24)
Bumps nginx from 1.29.4-alpine-slim to 1.29.5-alpine-slim. --- updated-dependencies: - dependency-name: nginx dependency-version: 1.29.5-alpine-slim dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 866a6b7 commit 5882f16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# use nginx alpine-slim image
2-
FROM nginx:1.29.4-alpine-slim
2+
FROM nginx:1.29.5-alpine-slim
33

44
# copy public_html content to nginx default directory
55
COPY public_html /usr/share/nginx/html

0 commit comments

Comments
 (0)