2.8.2-debian-10-r20 release

This commit is contained in:
Bitnami Bot
2021-09-19 23:12:11 +00:00
parent 37688de9bb
commit b67bc3d025
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-r19" \
BITNAMI_IMAGE_VERSION="2.8.2-debian-10-r20" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH"
USER 1001