From ae9240eb276ba8d5901c08dfb9ee6887d4f1bbe3 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sun, 11 Jan 2026 08:03:42 +0100 Subject: [PATCH] [bitnami/dotnet] Release 10.0.1-debian-12-r2 (#89442) Signed-off-by: Bitnami Bot --- bitnami/dotnet/10/debian-12/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bitnami/dotnet/10/debian-12/Dockerfile b/bitnami/dotnet/10/debian-12/Dockerfile index 276e6c681a60..33fe9a7a017e 100644 --- a/bitnami/dotnet/10/debian-12/Dockerfile +++ b/bitnami/dotnet/10/debian-12/Dockerfile @@ -7,7 +7,7 @@ ARG DOWNLOADS_URL="downloads.bitnami.com/files/stacksmith" ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bookworm" \ - org.opencontainers.image.created="2026-01-09T13:48:50Z" \ + org.opencontainers.image.created="2026-01-11T06:24:07Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/dotnet/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/dotnet" \ @@ -52,7 +52,7 @@ ENV APP_VERSION="10.0.1" \ BITNAMI_APP_NAME="dotnet" \ DOTNET_CLI_HOME="/app" \ DOTNET_ROOT="/opt/bitnami/dotnet/bin" \ - IMAGE_REVISION="1" \ + IMAGE_REVISION="2" \ PATH="/opt/bitnami/dotnet/bin:$PATH" WORKDIR /app