Skip to content

Commit 8253a9a

Browse files
dependabot[bot]kjanat
authored andcommitted
docker(deps): bump node in the docker-dependencies group
Bumps the docker-dependencies group 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: docker-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 221953b commit 8253a9a

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,5 +1,5 @@
11
# Use Node.js 23 Alpine as the base image (upgraded from Node.js 20)
2-
FROM node:23-alpine AS build
2+
FROM node:24-alpine AS build
33

44
# Set working directory
55
WORKDIR /app
@@ -31,7 +31,7 @@ RUN addgroup -g 1001 -S nodejs && \
3131
adduser -S nodejs -u 1001 -G nodejs
3232

3333
# Switch to production image for smaller footprint
34-
FROM node:23-alpine AS production
34+
FROM node:24-alpine AS production
3535

3636
# Set working directory
3737
WORKDIR /app

0 commit comments

Comments
 (0)