Skip to content

Commit

Permalink
Update Node.js to v20.15.0 (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 25, 2024
1 parent f363ded commit 2a52963
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.14.0 AS build
FROM node:20.15.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.14.0-alpine
FROM node:20.15.0-alpine

USER node

Expand Down

0 comments on commit 2a52963

Please sign in to comment.