Skip to content

Commit

Permalink
chore(deps): update dependency node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 24, 2023
1 parent be912c5 commit 4641ad0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM node:18-alpine AS node-builder
FROM --platform=$BUILDPLATFORM node:20-alpine AS node-builder
WORKDIR /app

COPY package.json package-lock.json .npmrc ./
Expand Down

0 comments on commit 4641ad0

Please sign in to comment.