Skip to content

Commit

Permalink
Merge pull request #883 from shufo/renovate/node-21.x
Browse files Browse the repository at this point in the history
  • Loading branch information
shufo authored Oct 28, 2023
2 parents db2d758 + 7b2a59f commit 9e1e075
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 9e1e075

Please sign in to comment.