Skip to content

Commit

Permalink
chore(deps): update node.js to v20 (#176)
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 Dec 8, 2023
1 parent 3d136ec commit 8db9d82
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,12 +1,12 @@
FROM node:16-alpine as builder
FROM node:20-alpine as builder
WORKDIR /app
COPY . .
RUN apk add git make g++ alpine-sdk python3 py3-pip unzip
RUN npm i -g pnpm
RUN pnpm install
RUN pnpm bundle

FROM node:16-alpine
FROM node:20-alpine
RUN apk add zip unzip bash --no-cache
WORKDIR /app
COPY --from=builder /app/out .
Expand Down

0 comments on commit 8db9d82

Please sign in to comment.