diff --git a/Containerfile b/Containerfile index 2ffc474..c7a7a27 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM golang:1.24-alpine as builder +FROM docker.io/library/golang:1.24-alpine as builder WORKDIR /src @@ -8,7 +8,7 @@ RUN go mod download COPY . . RUN go build -o /src/build/subsyt . -FROM archlinux:latest +FROM docker.io/library/archlinux:latest RUN pacman -Syu --noconfirm \ yt-dlp \