bump from node image to support v2 lock files

This commit is contained in:
TheBeastLT
2022-01-06 23:29:57 +01:00
parent 5ce051b204
commit 4ad1db82ba
4 changed files with 3879 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
FROM node:12-alpine FROM node:16-alpine
RUN apk update && apk upgrade && \ RUN apk update && apk upgrade && \
apk add --no-cache git apk add --no-cache git

View File

@@ -1,4 +1,4 @@
FROM node:12-alpine FROM node:16-alpine
RUN apk update && apk upgrade && \ RUN apk update && apk upgrade && \
apk add --no-cache git apk add --no-cache git

3893
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,11 +1,7 @@
{ {
"name": "stremio-torrention", "name": "stremio-torrentio-scraper",
"version": "1.0.0", "version": "1.0.0",
"main": "scraper/index.js", "main": "scraper/index.js",
"engines": {
"npm": "6.x",
"node": "12.x"
},
"scripts": { "scripts": {
"start": "node scraper/index.js" "start": "node scraper/index.js"
}, },
@@ -36,7 +32,6 @@
"parse-torrent-title": "git://github.com/TheBeastLT/parse-torrent-title.git#8fd87b3bfc7aa04143edcd4f0112868bb77dce0f", "parse-torrent-title": "git://github.com/TheBeastLT/parse-torrent-title.git#8fd87b3bfc7aa04143edcd4f0112868bb77dce0f",
"pg": "^8.7.1", "pg": "^8.7.1",
"pg-hstore": "^2.3.4", "pg-hstore": "^2.3.4",
"real-debrid-api": "git://github.com/TheBeastLT/node-real-debrid.git#935a5c23ae809edbcd2a111526a7f74d6767c50d",
"rutracker-api-2": "^1.10.0", "rutracker-api-2": "^1.10.0",
"sequelize": "^5.21.5", "sequelize": "^5.21.5",
"sugar-date": "^2.0.6", "sugar-date": "^2.0.6",