5.0.15-debian-10-r9 release

This commit is contained in:
Bitnami Bot
2022-03-18 01:06:43 +00:00
parent 2f546a1693
commit d427fc4d66
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,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.15-debian-10-r8" \
BITNAMI_IMAGE_VERSION="5.0.15-debian-10-r9" \
DOTNET_CLI_HOME="/app" \
DOTNET_ROOT="/opt/bitnami/aspnet-core/bin" \
PATH="/opt/bitnami/aspnet-core/bin:$PATH"