From 086a3a1f5f459d802fa84d4bf69a294ae73da6cf Mon Sep 17 00:00:00 2001 From: Jakob Helgesson Date: Thu, 5 Dec 2024 21:31:12 +0100 Subject: [PATCH] Update docker image --- engine/.build/Dockerfile.scratch | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/engine/.build/Dockerfile.scratch b/engine/.build/Dockerfile.scratch index 8c979c8..b08fe3a 100644 --- a/engine/.build/Dockerfile.scratch +++ b/engine/.build/Dockerfile.scratch @@ -20,8 +20,7 @@ USER dockeruser # ----------------------- # BINARY_NAME: Name of the executable (default: v3x-property-engine) # RUST_LOG: Logging configuration (default: error,{BINARY_NAME}=info) -ARG BINARY_NAME_DEFAULT=v3x-property-engine -ENV BINARY_NAME=$BINARY_NAME_DEFAULT +ARG BINARY_NAME=v3x-property-engine ENV RUST_LOG="error,$BINARY_NAME=info" # Binary Installation