Skip to content

Commit 78d5e42

Browse files
zablon-oigodhruvkb
andauthored
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 <[email protected]>
1 parent 6f5a10b commit 78d5e42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ ARG API_PY_VERSION
77
# Audio waveform #
88
##################
99

10-
FROM docker.io/realies/audiowaveform:latest AS awf
10+
# Pull image `realies/audiowaveform` from Docker Hub and alias as `awf`
11+
FROM docker.io/realies/audiowaveform:1.10.1 AS awf
1112

1213
# Identify dependencies of the `audiowaveform` binary and move them to `/deps`,
1314
# while retaining their folder structure

0 commit comments

Comments
 (0)