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 6c3b012 commit 577c4e7Copy full SHA for 577c4e7
.nvmrc
@@ -1 +1 @@
1
-v22.17.1
+22.21.1
Dockerfile
@@ -1,4 +1,4 @@
-FROM node:22.17.1-alpine AS builder
+FROM node:22.21.0-alpine AS builder
2
3
RUN apk add --no-cache python3 make g++
4
@@ -13,7 +13,7 @@ RUN npm run build
13
# devDependencies 제거
14
RUN npm prune --production
15
16
-FROM node:22.17.1-alpine AS deploy
+FROM node:22.21.0-alpine AS deploy
17
18
RUN apk add --no-cache tzdata curl
19
0 commit comments