Skip to content

Commit 299b211

Browse files
authored
Merge pull request #26 from sylhare/dependabot/docker/docker-093fc918a4
Bump node from 23-alpine to 24-alpine in the docker group
2 parents 6598b0b + db84231 commit 299b211

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)