From 3fb3b5136c315e3986953883407dae8348256159 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 15 Jan 2021 18:12:19 +0100 Subject: [PATCH] Align with version number --- transmission/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/transmission/Dockerfile b/transmission/Dockerfile index 95765a907..b45805805 100644 --- a/transmission/Dockerfile +++ b/transmission/Dockerfile @@ -1,8 +1,8 @@ ARG BUILD_FROM -FROM $BUILD_FROM +ARG BUILD_VERSION +#FROM $BUILD_FROM #ARG BUILD_ARCH -#ARG BUILD_VERSION -#FROM linuxserver/transmission:${BUILD_ARCH}-${BUILD_VERSION} +FROM linuxserver/transmission:${BUILD_FROM}-${BUILD_VERSION} # Add bashio RUN apk add --no-cache \