Skip to content

Commit 8c4f2a6

Browse files
committed
fix: node image version
1 parent 3063b68 commit 8c4f2a6

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.12 AS dev
1+
FROM node:24.11 AS dev
22

33
ENV YARN_CACHE_FOLDER=/root/.yarn
44

@@ -13,7 +13,7 @@ RUN --mount=type=cache,id=yarn,target=/root/.yarn \
1313

1414
# Production npm modules
1515

16-
FROM node:24.12 AS prod
16+
FROM node:24.11 AS prod
1717

1818
ENV YARN_CACHE_FOLDER=/root/.yarn
1919

0 commit comments

Comments
 (0)