Skip to content

Commit d259579

Browse files
chore(deps): bump node from 20-slim to 25-slim
Bumps node from 20-slim to 25-slim. --- updated-dependencies: - dependency-name: node dependency-version: 25-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8684b75 commit d259579

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:20-slim as build
1+
FROM node:25-slim as build
22
WORKDIR /home/node/
33
COPY . .
44
RUN npm pkg delete scripts.prepare
@@ -9,7 +9,7 @@ RUN apt install -y python3 libcurl4-openssl-dev libssl-dev build-essential
99
RUN npm ci
1010
RUN npm run build
1111

12-
FROM node:20-slim
12+
FROM node:25-slim
1313
LABEL org.opencontainers.image.source=https://github.com/LEDBrain/Community-Service
1414
LABEL org.opencontainers.image.licenses=MIT
1515

0 commit comments

Comments
 (0)