From c5dcbe8ec6ddac2c495cf60edf24c81114d9e527 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 30 Jan 2021 22:12:17 +0100 Subject: [PATCH] Update --- emby/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emby/Dockerfile b/emby/Dockerfile index 4e3362efe..964f5c845 100644 --- a/emby/Dockerfile +++ b/emby/Dockerfile @@ -1,7 +1,7 @@ ARG BUILD_FROM ARG BUILD_VERSION -FROM ${BUILD_FROM}-${BUILD_VERSION} +FROM ${BUILD_FROM}${BUILD_VERSION} # Set shell SHELL ["/bin/bash", "-o", "pipefail", "-c"]