From 328434f432ed622eb9fd1e399257a130ec7a363b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 12 Jan 2022 17:17:18 +0100 Subject: [PATCH] Update Dockerfile --- tandoor_recipes/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/tandoor_recipes/Dockerfile b/tandoor_recipes/Dockerfile index 848b2b87a..7a4d6b30e 100644 --- a/tandoor_recipes/Dockerfile +++ b/tandoor_recipes/Dockerfile @@ -13,6 +13,7 @@ # 1 Build Image # ################# +ARG BUILD_FROM ARG BUILD_VERSION FROM ${BUILD_FROM}