From 288f8a5844b0ae89a43f625764365a68642168bd Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 3 Jun 2023 09:10:07 +0200 Subject: [PATCH] Update Dockerfile --- transmission/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/transmission/Dockerfile b/transmission/Dockerfile index cff1978e6..4ae28d258 100644 --- a/transmission/Dockerfile +++ b/transmission/Dockerfile @@ -16,7 +16,8 @@ ARG BUILD_FROM ARG BUILD_VERSION -FROM ${BUILD_FROM} +ARG BUILD_UPSTREAM="-4.0.3-r2-ls179" +FROM ${BUILD_FROM}${BUILD_UPSTREAM} ################## # 2 Modify Image #