Skip to content

Commit 3a0be8f

Browse files
committed
chore: update Node.js version in Dockerfile to 22.21-alpine
1 parent c10689a commit 3a0be8f

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
@@ -24,7 +24,7 @@ RUN if [ "$BRANCH" = "dev" ]; then \
2424
mkdir -p frontend_crowdin_temp/dist; \
2525
fi
2626

27-
FROM node:24.11-alpine AS backend-build
27+
FROM node:22.21-alpine AS backend-build
2828
WORKDIR /opt/app
2929

3030
# RUN apk add python3 python3-dev build-base pkgconfig libunwind-dev
@@ -49,7 +49,7 @@ RUN npm cache clean --force
4949

5050
RUN npm prune --omit=dev
5151

52-
FROM node:24.11-alpine
52+
FROM node:22.21-alpine
5353
WORKDIR /opt/app
5454

5555
ARG BRANCH=main

0 commit comments

Comments
 (0)