We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caed0cf commit def99aaCopy full SHA for def99aa
.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup Node.js
19
uses: actions/setup-node@v6
20
with:
21
- node-version: "22.x"
+ node-version: "24.x"
22
23
- name: get yarn cache path
24
id: yarn-cache-dir-path
Dockerfile
@@ -1,6 +1,6 @@
1
# Builder stage
2
3
-FROM node:22 AS builder
+FROM node:24 AS builder
4
5
# Create app directory
6
WORKDIR /home/node/app
@@ -18,7 +18,7 @@ RUN yarn build
# Runner stage
-FROM node:22-alpine
+FROM node:24-alpine
ENV NODE_ENV=production
0 commit comments