7.6.0-debian-10-r1 release

This commit is contained in:
Bitnami Bot
2021-10-30 08:08:38 +00:00
parent 2b3cf48242
commit cbdbef5dd7
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ RUN wget -nc -P /tmp/bitnami/pkg/cache/ https://downloads.bitnami.com/files/stac
RUN touch /.flyrc && chmod g+rwX /.flyrc
ENV BITNAMI_APP_NAME="concourse" \
BITNAMI_IMAGE_VERSION="7.6.0-debian-10-r0" \
BITNAMI_IMAGE_VERSION="7.6.0-debian-10-r1" \
PATH="/opt/bitnami/concourse/bin:$PATH"
CMD [ "/opt/bitnami/concourse/bin/concourse", "--help" ]