From 99f88ae83b1dec1d4ae19d29ec93a51375574e40 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Fri, 12 Jul 2024 04:50:22 +0200 Subject: [PATCH] Update `ENV` call format --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fe3bb753..1b333e6d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -113,4 +113,4 @@ LABEL org.opencontainers.image.description="Fun software suite for the RYG commu LABEL org.opencontainers.image.licenses="EUPL-1.2" LABEL org.opencontainers.image.url="https://github.com/RYGhub/royalnet" LABEL org.opencontainers.image.authors="Stefano Pigozzi " -ENV RUST_LOG "warn,royalnet=info" +ENV RUST_LOG="warn,royalnet=info"