We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f5a10b commit 78d5e42Copy full SHA for 78d5e42
api/Dockerfile
@@ -7,7 +7,8 @@ ARG API_PY_VERSION
7
# Audio waveform #
8
##################
9
10
-FROM docker.io/realies/audiowaveform:latest AS awf
+# Pull image `realies/audiowaveform` from Docker Hub and alias as `awf`
11
+FROM docker.io/realies/audiowaveform:1.10.1 AS awf
12
13
# Identify dependencies of the `audiowaveform` binary and move them to `/deps`,
14
# while retaining their folder structure
0 commit comments