From 1674deb771345fbaab44ab3a2b7854367a26754a Mon Sep 17 00:00:00 2001 From: Snider Date: Sun, 5 Oct 2025 13:27:26 +0100 Subject: [PATCH] Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- utils/docker/images/lthn-chain/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/docker/images/lthn-chain/Dockerfile b/utils/docker/images/lthn-chain/Dockerfile index d84872b6..aecf275a 100644 --- a/utils/docker/images/lthn-chain/Dockerfile +++ b/utils/docker/images/lthn-chain/Dockerfile @@ -1,4 +1,4 @@ -# use --target=builder to return a docker image able to compile the software, probbly used with -v .:/code +# use --target=builder to return a docker image able to compile the software, probably used with -v .:/code FROM ubuntu:24.04 AS builder LABEL authors="snider" ARG BUILD_THREADS=1