Skip to content

Commit d5f8646

Browse files
build(deps): bump node in /.conf in the dependencies group
Bumps the dependencies group in /.conf with 1 update: node. Updates `node` from 23-alpine to 24-alpine --- updated-dependencies: - dependency-name: node dependency-version: 24-alpine dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 15648a8 commit d5f8646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.conf/Dockerfile.full

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#
2323

2424
# Step 1
25-
FROM node:23-alpine as build-step
25+
FROM node:24-alpine as build-step
2626
ARG http_proxy=$http_proxy
2727
ARG https_proxy=$https_proxy
2828
ARG no_proxy=$no_proxy

0 commit comments

Comments
 (0)