From 5516cc7e0a6fba913d67d226087c1b73e237dc84 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Wed, 23 Jul 2025 17:31:45 +0200 Subject: docker: update deprecated syntax `docker build` warns of deprecated syntax: 1 warning found (use docker --debug to expand): - LegacyKeyValueFormat: "ENV key=value" should be used instead of legacy "ENV key value" format (line 71) Update Dockerfile, removing the deprecated syntax usage. --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index bd940900..b862f256 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -68,5 +68,5 @@ RUN adduser infinitime # Configure Git to accept the /sources directory as safe RUN git config --global --add safe.directory /sources -ENV SOURCES_DIR /sources +ENV SOURCES_DIR=/sources CMD ["/opt/build.sh"] -- cgit v1.2.3-70-g09d2