2.8.2-debian-10-r38 release

This commit is contained in:
Bitnami Bot
2021-10-08 05:50:11 +00:00
parent 1ffe45f47b
commit 972d507d88
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.2-debian-10-r37" \
BITNAMI_IMAGE_VERSION="2.8.2-debian-10-r38" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH"
USER 1001