Skip to content

Commit c6b2198

Browse files
build(deps): bump nginx
Bumps the dockerfile group with 1 update in the /web directory: nginx. Updates `nginx` from 1.29.0-alpine to 1.29.1-alpine --- updated-dependencies: - dependency-name: nginx dependency-version: 1.29.1-alpine dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dockerfile ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0230530 commit c6b2198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nginx:1.29.0-alpine AS server
1+
FROM nginx:1.29.1-alpine AS server
22

33
RUN apk upgrade --update-cache
44

0 commit comments

Comments
 (0)