5.0.8-debian-10-r24 release

This commit is contained in:
Bitnami Bot
2021-08-09 00:18:21 +00:00
parent a4a06651e8
commit f5b09df11e
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ RUN sed -i 's/^PASS_MAX_DAYS.*/PASS_MAX_DAYS 90/' /etc/login.defs && \
COPY rootfs /
RUN /opt/bitnami/scripts/aspnet-core/postunpack.sh
ENV BITNAMI_APP_NAME="aspnet-core" \
BITNAMI_IMAGE_VERSION="5.0.8-debian-10-r23" \
BITNAMI_IMAGE_VERSION="5.0.8-debian-10-r24" \
DOTNET_CLI_HOME="/app" \
DOTNET_ROOT="/opt/bitnami/aspnet-core/bin" \
PATH="/opt/bitnami/aspnet-core/bin:$PATH"