From 9fe4e2fad1219402695e4f819ed3221adb7fe14d Mon Sep 17 00:00:00 2001 From: aced Date: Wed, 5 Feb 2025 05:01:21 -0500 Subject: [PATCH] Dockerfile created. Final docker image includes ffmpeg-6.0.1 and yt-dl 2025.01.26 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 76aaa28..331c639 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Use the official Debian Bookworm Slim image as the base +# Use the official golang:1.22.12-bookworm FROM golang:1.22.12-bookworm as build RUN mkdir /app WORKDIR /app