Skip to content

Commit c59837a

Browse files
chore(deps): bump nginx in the docker-dependencies group (#640)
Bumps the docker-dependencies group with 1 update: 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: docker-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: svcAPLBot <174728082+svcAPLBot@users.noreply.github.com>
1 parent 3f2ff90 commit c59837a

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
@@ -33,7 +33,7 @@ RUN npm test -- --watchAll=false
3333
RUN npm run build
3434

3535
# --------------- production stage
36-
FROM nginx:1.29.0-alpine as prod
36+
FROM nginx:1.29.1-alpine as prod
3737

3838
RUN mkdir /app
3939
RUN addgroup -S app && adduser -S app -G app -h /app -s /sbin/nologin

0 commit comments

Comments
 (0)