This commit is contained in:
2026-07-13 12:28:59 +08:00
parent 6c3de4b2ef
commit f0fe5409fa
1409 changed files with 11369 additions and 413 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
FROM golang:1.25-alpine AS iptv-img-builder
FROM golang:alpine AS iptv-img-builder
ARG GOOS
ARG GOARCH
ARG IPTVC_VERSION
@@ -14,7 +14,7 @@ RUN go build \
-o /app/iptvc \
.
FROM alpine:3.22.2 AS iptv-img-checker
FROM alpine:3.22.5 AS iptv-img-checker
LABEL org.opencontainers.image.authors="Anthony Axenov <anthonyaxenov@gmail.com>"
WORKDIR /app
RUN apk add --no-cache ca-certificates tzdata