diff --git a/docker/ci-binaries-packaging.Dockerfile b/docker/ci-binaries-packaging.Dockerfile index 0122797de3666c1571931d8fbb21dc8ca3868c7b..43ebc98d3d540c5e3e0f450ed641f01d033ae307 100644 --- a/docker/ci-binaries-packaging.Dockerfile +++ b/docker/ci-binaries-packaging.Dockerfile @@ -69,5 +69,5 @@ WORKDIR /srv/conduit ENTRYPOINT [ "/srv/conduit/conduit" ] -# Copy the COnduit binary into the image at the latest possible moment to maximise caching: +# Copy the Conduit binary into the image at the latest possible moment to maximise caching: COPY ./conduit-x86_64-unknown-linux-musl /srv/conduit/conduit