Skip to content

Commit db84231

Browse files
Bump node from 23-alpine to 24-alpine in the docker group
Bumps the docker 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c148341 commit db84231

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,11 +1,11 @@
1-
FROM node:23-alpine AS builder
1+
FROM node:24-alpine AS builder
22

33
WORKDIR /app
44
COPY . .
55
RUN npm install
66
RUN npm run build
77

8-
FROM node:23-alpine AS production
8+
FROM node:24-alpine AS production
99

1010
ARG NODE_ENV=production
1111
RUN addgroup -S docker && adduser -S user -G docker

0 commit comments

Comments
 (0)