Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kbirger authored Sep 28, 2024
1 parent 1b0d849 commit 381e16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ADD dist dist
RUN uv pip install \
--no-cache \
--find-links "https://wheels.home-assistant.io/musllinux/" \
"music-assistant[server]@dist/music_assistant-${MASS_VERSION}-py3-none-any.whl"
"music-assistant[server]@dist/music_assistant-2.2.6-py3-none-any.whl"

# Set some labels
LABEL \
Expand Down

0 comments on commit 381e16f

Please sign in to comment.