2.8.1-debian-10-r40 release

This commit is contained in:
Bitnami Bot
2021-08-07 22:58:40 +00:00
parent 7e6ad0d967
commit 778332fb68
2 changed files with 2 additions and 2 deletions

View File

@@ -17,7 +17,7 @@ RUN mkdir /.m2 && chmod -R g+rwX /.m2
COPY rootfs /
ENV BITNAMI_APP_NAME="spring-cloud-dataflow-composed-task-runner" \
BITNAMI_IMAGE_VERSION="2.8.1-debian-10-r39" \
BITNAMI_IMAGE_VERSION="2.8.1-debian-10-r40" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH"
USER 1001