summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorJonas Zohren <git-pbkyr@jzohren.de>2021-07-19 22:02:10 +0200
committerJonas Zohren <git-pbkyr@jzohren.de>2021-07-19 22:02:10 +0200
commit167e903a56f614e4f161bbe171a3e41a1fc70df0 (patch)
tree378889de7be5ed9cc81f9eba3f2c86bea88d3fd0 /docker
parent0a8dadb79799450952ba18b0d3c1d2df3ef1d95c (diff)
downloadconduit-167e903a56f614e4f161bbe171a3e41a1fc70df0.zip
Fix typo
Diffstat (limited to 'docker')
-rw-r--r--docker/ci-binaries-packaging.Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/ci-binaries-packaging.Dockerfile b/docker/ci-binaries-packaging.Dockerfile
index 0122797..43ebc98 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