Skip to content

Commit

Permalink
feat: Updated Dockerfile to Use Specific Version of audiowaveform Im…
Browse files Browse the repository at this point in the history
…age (#3784)

* feat: Upgrade Docker image tag to specific number

* Adjust code comment text

---------

Co-authored-by: Dhruv Bhanushali <[email protected]>
  • Loading branch information
zablon-oigo and dhruvkb authored Feb 12, 2024
1 parent 6f5a10b commit 78d5e42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 78d5e42

Please sign in to comment.