From 78d5e42c5b346870aea5946d6ca228c48f0d80a6 Mon Sep 17 00:00:00 2001 From: Zablon <143833326+zablon-oigo@users.noreply.github.com> Date: Mon, 12 Feb 2024 13:28:18 +0300 Subject: [PATCH] feat: Updated Dockerfile to Use Specific Version of audiowaveform Image (#3784) * feat: Upgrade Docker image tag to specific number * Adjust code comment text --------- Co-authored-by: Dhruv Bhanushali --- api/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api/Dockerfile b/api/Dockerfile index ac66944faa8..c93807b608b 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -7,7 +7,8 @@ ARG API_PY_VERSION # Audio waveform # ################## -FROM docker.io/realies/audiowaveform:latest AS awf +# Pull image `realies/audiowaveform` from Docker Hub and alias as `awf` +FROM docker.io/realies/audiowaveform:1.10.1 AS awf # Identify dependencies of the `audiowaveform` binary and move them to `/deps`, # while retaining their folder structure