From: Marcel van der Veldt Date: Wed, 4 Sep 2024 10:30:01 +0000 (+0200) Subject: fix arg for base image version X-Git-Url: https://git.kitaultman.com/?a=commitdiff_plain;h=129084e32268acd458dfc242398e45a6523e6454;p=music-assistant-server.git fix arg for base image version --- diff --git a/Dockerfile b/Dockerfile index a180546e..e8a86986 100644 --- 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