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