Skip to content

Commit 62d4ddb

Browse files
authored
deps: update all dependencies to latest version (#16)
1 parent 733965f commit 62d4ddb

File tree

4 files changed

+3032
-2768
lines changed

4 files changed

+3032
-2768
lines changed

api/Dockerfile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:12.13.1-alpine
1+
FROM node:12.16.1-alpine
22

33
ENV PORT=3030
44
ENV NODE_APP_DIR=/home/node/app
@@ -17,9 +17,8 @@ RUN apk add --no-cache \
1717
curl \
1818
ffmpeg \
1919
python \
20-
&& curl -L https://yt-dl.org/downloads/2020.03.01/youtube-dl -o /usr/local/bin/youtube-dl \
21-
&& chmod a+rx /usr/local/bin/youtube-dl \
22-
&& npm install -g [email protected]
20+
&& curl -L https://yt-dl.org/downloads/2020.03.08/youtube-dl -o /usr/local/bin/youtube-dl \
21+
&& chmod a+rx /usr/local/bin/youtube-dl
2322

2423
COPY package*.json ./
2524

0 commit comments

Comments
 (0)