Skip to content

Commit d918887

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

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

33
RUN apk update && \
44
apk add --no-cache git ffmpeg wget curl bash openssl
@@ -30,7 +30,7 @@ RUN ./Docker/scripts/generate_database.sh
3030

3131
RUN npm run build
3232

33-
FROM node:20-alpine AS final
33+
FROM node:24-alpine AS final
3434

3535
RUN apk update && \
3636
apk add tzdata ffmpeg bash openssl

0 commit comments

Comments
 (0)