diff --git a/containers/apps/truecharts-release/Dockerfile b/containers/apps/truecharts-release/Dockerfile index 4b87ab1396c..b3d1a67cce4 100644 --- a/containers/apps/truecharts-release/Dockerfile +++ b/containers/apps/truecharts-release/Dockerfile @@ -20,7 +20,7 @@ RUN --mount=type=bind,from=cr,source=/usr/local/bin,target=/crbin \ # hadolint ignore=DL3008,DL3015,SC2086,SC2155 RUN --mount=type=bind,from=hd,source=/usr/bin/,target=/hdbin \ - cp /hdbin/"helm-docs /usr/local/bin/helm-docs + cp /hdbin/helm-docs /usr/local/bin/helm-docs LABEL "maintainer"="TrueCharts " LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps"