Skip to content

Commit

Permalink
Update Node.js to v20.12.2 (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 11, 2024
1 parent a0c1fa8 commit 0472e8d
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.12.1 AS build
FROM node:20.12.2 AS build

LABEL author hieudoanm

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

FROM node:20.12.1-alpine
FROM node:20.12.2-alpine

USER node

Expand Down

0 comments on commit 0472e8d

Please sign in to comment.