fix broken alpine:edge yt-dlp build

This commit is contained in:
2024-04-18 11:05:44 +02:00
parent 205f2e5cdf
commit a73b8d362e
2 changed files with 1 additions and 19 deletions

View File

@@ -25,7 +25,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o yt-dlp-webui
# -----------------------------------------------------------------------------
# dependencies ----------------------------------------------------------------
FROM alpine:edge
FROM alpine:3.19
VOLUME /downloads /config