2.6.0-debian-10-r39 release

This commit is contained in:
Bitnami Bot
2021-01-06 22:48:26 +00:00
parent 44e3f27473
commit f55d5b7676
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-r38" \
BITNAMI_IMAGE_VERSION="2.6.0-debian-10-r39" \
PATH="/opt/bitnami/java/bin:/opt/bitnami/common/bin:$PATH"
USER 1001