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

@@ -1,18 +0,0 @@
dist
package-lock.json
pnpm-lock.yaml
.pnpm-debug.log
node_modules
.env
*.mp4
*.ytdl
*.part
*.db
downloads
.DS_Store
build/
yt-dlp-webui
session.dat
config.yml
cookies.txt
examples/

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