Skip to content

Commit

Permalink
update node
Browse files Browse the repository at this point in the history
  • Loading branch information
SpeedxPz committed May 20, 2024
1 parent be73805 commit 06e194f
Show file tree
Hide file tree
Showing 4 changed files with 4,533 additions and 4,533 deletions.
Binary file modified .nvmrc
Binary file not shown.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.14.2-alpine3.15 as builder
FROM node:20.13.1-alpine3.18 as builder
RUN apk add --no-cache --virtual bash git g++ make py3-pip
WORKDIR /usr/src/app
COPY package*.json ./
Expand All @@ -7,7 +7,7 @@ COPY . .
RUN npm run build


FROM node:16.14.2-alpine3.15
FROM node:20.13.1-alpine3.18
RUN apk add ffmpeg python3

COPY --from=builder /usr/src/app/ /usr/src/app/
Expand Down
Empty file modified bin/yt-dlp
100644 → 100755
Empty file.
Loading

0 comments on commit 06e194f

Please sign in to comment.