Skip to content

Commit

Permalink
Update dependency node to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 378d7a6 commit 3ab5b5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.18.0
22.11.0
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20 AS builder
FROM node:22 AS builder

WORKDIR /usr/src/app

Expand All @@ -9,7 +9,7 @@ COPY . .

RUN npm run build

FROM node:20
FROM node:22

WORKDIR /usr/src/app

Expand Down

0 comments on commit 3ab5b5b

Please sign in to comment.