mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
bump from node image to support v2 lock files
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
3893
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user