2.6.0-debian-10-r31 release

This commit is contained in:
Bitnami Bot
2020-12-29 18:19:57 +00:00
parent 0c99d6fb4e
commit 26a266ebb5
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ RUN chmod g+rwX /opt/bitnami
COPY rootfs /
RUN /opt/bitnami/scripts/spring-cloud-skipper/postunpack.sh
ENV BITNAMI_APP_NAME="spring-cloud-skipper" \
BITNAMI_IMAGE_VERSION="2.6.0-debian-10-r30" \
BITNAMI_IMAGE_VERSION="2.6.0-debian-10-r31" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH"
USER 1001