2.8.1-debian-10-r61 release

This commit is contained in:
Bitnami Bot
2021-08-29 04:17:12 +00:00
parent bcdafd1f46
commit 4434fde8af
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-r60" \
BITNAMI_IMAGE_VERSION="2.8.1-debian-10-r61" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH"
USER 1001