diff --git a/containers/apps/truecharts-release/Dockerfile b/containers/apps/truecharts-release/Dockerfile index 6260551bb0f..010eee759da 100644 --- a/containers/apps/truecharts-release/Dockerfile +++ b/containers/apps/truecharts-release/Dockerfile @@ -7,6 +7,9 @@ FROM jnorwood/helm-docs:v1.5.0 AS hd # hadolint ignore=DL3007 FROM mogensen/helm-changelog:v0.0.1 AS hcl +# hadolint ignore=DL3007 +FROM quay.io/git-chglog/git-chglog:latest:v0.15.0 AS gcl + # hadolint ignore=DL3007 FROM ixsystems/catalog_validation:latest @@ -29,5 +32,9 @@ RUN --mount=type=bind,from=hd,source=/usr/bin/,target=/hdbin \ RUN --mount=type=bind,from=hcl,source=/app,target=/hclbin \ cp /hclbin/helm-changelog /usr/local/bin/helm-changelog +# hadolint ignore=DL3008,DL3015,SC2086,SC2155 +RUN --mount=type=bind,from=gcl,source=/usr/local/bin,target=/gclbin \ + cp /gclbin/git-chglog /usr/local/bin/git-chglog + LABEL "maintainer"="TrueCharts " LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps" diff --git a/containers/apps/truecharts-release/VERSION b/containers/apps/truecharts-release/VERSION index 9084fa2f716..26aaba0e866 100644 --- a/containers/apps/truecharts-release/VERSION +++ b/containers/apps/truecharts-release/VERSION @@ -1 +1 @@ -1.1.0 +1.2.0