2.8.1-debian-10-r24 release

This commit is contained in:
Bitnami Bot
2021-07-21 22:16:13 +00:00
parent 2afbdded15
commit 8a78dd97a7
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-r23" \
BITNAMI_IMAGE_VERSION="2.8.1-debian-10-r24" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH"
USER 1001