Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 97b2e2b7c9 | |||
| 421bebb294 | |||
| b77bf97acd |
16
Dockerfile
16
Dockerfile
@@ -1,4 +1,4 @@
|
|||||||
FROM node:22-alpine
|
FROM node:24-alpine
|
||||||
ARG GIT_REPO=https://github.com/iptv-org/epg.git
|
ARG GIT_REPO=https://github.com/iptv-org/epg.git
|
||||||
ARG GIT_BRANCH=master
|
ARG GIT_BRANCH=master
|
||||||
ENV CRON_SCHEDULE="0 0,12 * * *"
|
ENV CRON_SCHEDULE="0 0,12 * * *"
|
||||||
@@ -28,15 +28,17 @@ RUN apk update \
|
|||||||
&& rm -rf .husky \
|
&& rm -rf .husky \
|
||||||
&& rm -rf .github \
|
&& rm -rf .github \
|
||||||
&& rm -rf .git \
|
&& rm -rf .git \
|
||||||
|
&& rm Dockerfile \
|
||||||
&& rm .gitignore \
|
&& rm .gitignore \
|
||||||
&& rm CONTRIBUTING.md \
|
&& rm -f CONTRIBUTING.md \
|
||||||
&& rm LICENSE \
|
&& rm -f GUIDES.md \
|
||||||
&& rm README.md \
|
&& rm -f LICENSE \
|
||||||
&& rm SITES.md \
|
&& rm -f README.md \
|
||||||
|
&& rm -f SITES.md \
|
||||||
&& rm -rf tests \
|
&& rm -rf tests \
|
||||||
&& rm sites/**/readme.md \
|
&& rm -f sites/**/readme.md \
|
||||||
&& rm -rf sites/**/__data__ \
|
&& rm -rf sites/**/__data__ \
|
||||||
&& rm sites/**/**.test.js \
|
&& rm -f sites/**/**.test.js \
|
||||||
&& rm -rf node_modules/**/.package-lock.json \
|
&& rm -rf node_modules/**/.package-lock.json \
|
||||||
&& rm -rf node_modules/**/.tsconfig.json \
|
&& rm -rf node_modules/**/.tsconfig.json \
|
||||||
&& rm -rf node_modules/**/.tsconfig.tsbuildinfo.json \
|
&& rm -rf node_modules/**/.tsconfig.tsbuildinfo.json \
|
||||||
|
|||||||
@@ -253,3 +253,7 @@ Sometimes a new version of this image will be bound to the same source commit. T
|
|||||||
<br>Includes fix for pickx.be provider
|
<br>Includes fix for pickx.be provider
|
||||||
- 1.0.79
|
- 1.0.79
|
||||||
[03-16-2026](https://github.com/iptv-org/epg/commit/d10c95f326b8c36798c47e63bfd28ec0f116f974)
|
[03-16-2026](https://github.com/iptv-org/epg/commit/d10c95f326b8c36798c47e63bfd28ec0f116f974)
|
||||||
|
- 1.0.80
|
||||||
|
[03-23-2026](https://github.com/iptv-org/epg/commit/9d6339bf0f22444fa8967f0a5b2af64d13a7cdc3)
|
||||||
|
- 1.0.81
|
||||||
|
[04-01-2026](https://github.com/iptv-org/epg/commit/03250d4a07eae90200d9e0af6962776e91d7a0c1)
|
||||||
Reference in New Issue
Block a user