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