Skip to content

Commit

Permalink
chore(deps): update node.js to v21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2023
1 parent 4a32195 commit 7b2a59f
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,9 +1,9 @@
FROM node:20-alpine3.17 as builder
FROM node:21-alpine3.17 as builder
WORKDIR /app
ADD . /app
RUN yarn install && yarn run build

FROM node:20-alpine3.17
FROM node:21-alpine3.17
WORKDIR /app
ADD . /app
COPY --from=builder /app/dist /app/dist
Expand Down

0 comments on commit 7b2a59f

Please sign in to comment.