From 8867909782185c3b6156be7b8c6f43535fb952cb Mon Sep 17 00:00:00 2001 From: Jakub M Date: Wed, 19 Apr 2023 19:24:33 +0200 Subject: [PATCH] Dockerfile change --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 21f6212..2c5d361 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN git clone https://github.com/ggerganov/whisper.cpp.git && \ FROM debian:bookworm-slim AS build-release-stage # TODO: Can't use distroless because of ffmpeg binary requirement, could use static build -# Still, debian-slim is still slimmer than golang:1.19 image +# TODO: Still, debian-slim is still a lot slimmer than golang:1.19 image COPY --from=build-stage /app/ /app/