Skip to content

Commit 57ba1dc

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 007e323 commit 57ba1dc

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
@@ -25,7 +25,7 @@
2525
#
2626

2727
# Step 1
28-
FROM node:23-alpine as build-step
28+
FROM node:24-alpine as build-step
2929
ARG http_proxy=$http_proxy
3030
ARG https_proxy=$https_proxy
3131
ARG no_proxy=$no_proxy

0 commit comments

Comments
 (0)