Skip to content

Commit

Permalink
Update dependency node to v20.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 29, 2024
1 parent dac515b commit 6bcb37f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.13.1
20.14.0
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.13.1
20.14.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.13.1 AS build
FROM node:20.14.0 AS build

LABEL author hieudoanm

Expand All @@ -10,7 +10,7 @@ COPY . /home/node/app
RUN yarn install
RUN yarn build

FROM node:20.13.1-alpine
FROM node:20.14.0-alpine

USER node

Expand Down

0 comments on commit 6bcb37f

Please sign in to comment.