projects
/
music-assistant-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acbc8b2
)
fix arg for base image version
author
Marcel van der Veldt
<m.vanderveldt@outlook.com>
Wed, 4 Sep 2024 10:30:01 +0000
(12:30 +0200)
committer
GitHub
<noreply@github.com>
Wed, 4 Sep 2024 10:30:01 +0000
(12:30 +0200)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index a180546e2c990966b01bbab243d75e46e6b4176c..e8a8698644dde52d410a0e1d4a549c7246dd2097 100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-4,9
+4,9
@@
# This image is based on the base image and installs
# the music assistant server from our built wheel on top.
-ARG BASE_IMAGE_VERSION
= "latest"
+ARG BASE_IMAGE_VERSION
=latest
-FROM ghcr.io/music-assistant/base:$
{BASE_IMAGE_VERSION}
+FROM ghcr.io/music-assistant/base:$
BASE_IMAGE_VERSION
ARG MASS_VERSION
ARG TARGETPLATFORM