7.7.0-debian-10-r12 release
This commit is contained in:
parent
f72fbd6c0e
commit
43147a7b7c
|
|
@ -16,8 +16,9 @@ RUN apt-get update && apt-get upgrade -y && \
|
|||
rm -r /var/lib/apt/lists /var/cache/apt/archives
|
||||
RUN touch /.flyrc && chmod g+rwX /.flyrc
|
||||
|
||||
ENV BITNAMI_APP_NAME="concourse" \
|
||||
BITNAMI_IMAGE_VERSION="7.7.0-debian-10-r11" \
|
||||
ENV APP_VERSION="7.7.0" \
|
||||
BITNAMI_APP_NAME="concourse" \
|
||||
BITNAMI_IMAGE_VERSION="7.7.0-debian-10-r12" \
|
||||
PATH="/opt/bitnami/concourse/bin:$PATH"
|
||||
|
||||
CMD [ "/opt/bitnami/concourse/bin/concourse", "--help" ]
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ Non-root container images add an extra layer of security and are generally recom
|
|||
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
|
||||
|
||||
|
||||
* [`7`, `7-debian-10`, `7.7.0`, `7.7.0-debian-10-r11`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-concourse/blob/7.7.0-debian-10-r11/7/debian-10/Dockerfile)
|
||||
* [`7`, `7-debian-10`, `7.7.0`, `7.7.0-debian-10-r12`, `latest` (7/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-concourse/blob/7.7.0-debian-10-r12/7/debian-10/Dockerfile)
|
||||
|
||||
Subscribe to project updates by watching the [bitnami/concourse GitHub repo](https://github.com/bitnami/bitnami-docker-concourse).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue