Skip to content

Commit 8489dc2

Browse files
chore(deps): update node.js to v22.19.0
1 parent c1a0477 commit 8489dc2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v22.17.1
1+
22.19.0

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.17.1-alpine AS builder
1+
FROM node:22.19.0-alpine AS builder
22

33
RUN apk add --no-cache python3 make g++
44

@@ -13,7 +13,7 @@ RUN npm run build
1313
# devDependencies 제거
1414
RUN npm prune --production
1515

16-
FROM node:22.17.1-alpine AS deploy
16+
FROM node:22.19.0-alpine AS deploy
1717

1818
RUN apk add --no-cache tzdata curl
1919

Dockerfile.dev

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:22.17.1-alpine AS builder
1+
FROM node:22.19.0-alpine AS builder
22

33
RUN apk add --no-cache python3 make g++
44

@@ -7,7 +7,7 @@ COPY . .
77

88
RUN npm install && npm run build
99

10-
FROM node:22.17.1-alpine
10+
FROM node:22.19.0-alpine
1111

1212
WORKDIR /usr/src/app
1313
COPY --from=builder /usr/src/app ./

0 commit comments

Comments
 (0)