Skip to content

Commit 6f4a8ff

Browse files
authored
Merge pull request #46 from sylhare/dependabot/docker/docker-cddebfc9ff
Bump node from 24-alpine to 25-alpine in the docker group
2 parents c47149d + ce1273b commit 6f4a8ff

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:24-alpine AS builder
1+
FROM node:25-alpine AS builder
22

33
# Install pnpm
44
RUN npm install -g pnpm
@@ -8,7 +8,7 @@ COPY . .
88
RUN pnpm install
99
RUN pnpm run build
1010

11-
FROM node:24-alpine AS production
11+
FROM node:25-alpine AS production
1212

1313
# Install pnpm
1414
RUN npm install -g pnpm

0 commit comments

Comments
 (0)