Skip to content

Commit 0163a8d

Browse files
chore(deps): bump the docker-dependencies group with 2 updates (#604)
Bumps the docker-dependencies group with 2 updates: node and nginx. Updates `node` from 20.19.2-alpine to 20.19.3-alpine Updates `nginx` from 1.27.5-alpine to 1.29.0-alpine --- updated-dependencies: - dependency-name: node dependency-version: 20.19.3-alpine dependency-type: direct:production update-type: version-update:semver-patch dependency-group: docker-dependencies - dependency-name: nginx dependency-version: 1.29.0-alpine dependency-type: direct:production update-type: version-update:semver-minor 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 89b4301 commit 0163a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.27.5-alpine as prod
36+
FROM nginx:1.29.0-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)