From 8ab7c4db4dd6c2e54ff4a52a8fe0ecfe850a212a Mon Sep 17 00:00:00 2001 From: Marco <35533749+marcopeocchi@users.noreply.github.com> Date: Sat, 18 Feb 2023 00:14:26 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 326f861..d60331e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,8 +17,8 @@ RUN npm run build WORKDIR /usr/src/yt-dlp-webui RUN go build -o yt-dlp-webui - -FROM alpine:3.17 +# but here yes :) +FROM alpine:edge WORKDIR /downloads VOLUME /downloads