mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-01-11 18:30:21 +00:00
bump catalogs node version
This commit is contained in:
parent
4ba65a979d
commit
a386ebcac0
3 changed files with 3 additions and 3 deletions
2
.github/workflows/deploy_catalogs.yml
vendored
2
.github/workflows/deploy_catalogs.yml
vendored
|
|
@ -40,5 +40,5 @@ jobs:
|
|||
docker load -i /tmp/docker/torrentio_catalogs_latest.tar
|
||||
docker stop torrentio-catalogs
|
||||
docker rm torrentio-catalogs
|
||||
docker run -p 9000:7000 -d --name torrentio-catalogs --restart always --log-opt max-size=100m -e MONGODB_URI=${{ secrets.SCRAPER_MONGODB_URI }} -e DATABASE_URI=${{ secrets.DATABASE_URI }} torrentio-catalogs:latest
|
||||
docker run -p 9000:7000 -d --name torrentio-catalogs --restart always --log-opt max-size=100m -e MONGODB_URI=${{ secrets.MONGODB_URI }} -e DATABASE_URI=${{ secrets.DATABASE_URI }} torrentio-catalogs:latest
|
||||
docker image prune -f
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:21-alpine
|
||||
FROM node:22-alpine
|
||||
|
||||
RUN apk update && apk upgrade && \
|
||||
apk add --no-cache git
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM node:16-alpine
|
||||
FROM node:22-alpine
|
||||
|
||||
RUN apk update && apk upgrade && \
|
||||
apk add --no-cache git
|
||||
|
|
|
|||
Loading…
Reference in a new issue