fix arg for base image version
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Wed, 4 Sep 2024 10:30:01 +0000 (12:30 +0200)
committerGitHub <noreply@github.com>
Wed, 4 Sep 2024 10:30:01 +0000 (12:30 +0200)
Dockerfile

index a180546e2c990966b01bbab243d75e46e6b4176c..e8a8698644dde52d410a0e1d4a549c7246dd2097 100644 (file)
@@ -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