Skip to content

Commit 11494f7

Browse files
docker(deps): bump node in the nodejs-docker-updates group
Bumps the nodejs-docker-updates group with 1 update: node. Updates `node` from 22.17.1-alpine3.21 to 24.7.0-alpine3.21 --- updated-dependencies: - dependency-name: node dependency-version: 24.7.0-alpine3.21 dependency-type: direct:production update-type: version-update:semver-major dependency-group: nodejs-docker-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e3b509b commit 11494f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.17.1-alpine3.21 AS build
1+
FROM node:25.2.1-alpine3.21 AS build
22

33
# Set working directory
44
WORKDIR /app
@@ -13,7 +13,7 @@ RUN npm ci
1313
RUN npm run build
1414

1515
# RUNTIME STAGE
16-
FROM node:22.17.1-alpine3.21
16+
FROM node:25.2.1-alpine3.21
1717

1818
# Set working directory
1919
WORKDIR /app

0 commit comments

Comments
 (0)