fix another mistake in release container

This commit is contained in:
kjeld Schouten-Lebbing 2021-09-07 13:30:15 +02:00
parent 84f093f64e
commit 4f1d048876
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ USER root
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# hadolint ignore=DL3008,DL3015,SC2086,SC2155
RUN --mount=type=bind,from=cr,source=/usr/local/bin/cr,target=/crbin \
RUN --mount=type=bind,from=cr,source=/usr/local/bin,target=/crbin \
cp /crbin/cr /usr/local/bin/cr
LABEL "maintainer"="TrueCharts <info@truecharts.org>"