Use Gitea-hosted Node base image
All checks were successful
Build runner image / build (push) Successful in 17s
Test blackout notifier / test (push) Successful in 3s
Hourly blackout check / check (push) Successful in 4s

This commit is contained in:
Meghdad
2026-07-17 21:32:20 +03:30
parent 377d5d261b
commit b8d27a3298
3 changed files with 20 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
FROM node:20-bookworm
FROM mahgit.ir/meghdadfadaee/daily-blackout-check-base:node-20-bookworm
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \