From 3be5d552cd69ec0470e80132e21524ca3b547661 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 1 Jan 2026 19:44:50 +0100 Subject: [PATCH] [bitnami/golang] Release 1.25.5-debian-12-r2 (#89212) Signed-off-by: Bitnami Bot --- bitnami/golang/1.25/debian-12/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/golang/1.25/debian-12/Dockerfile b/bitnami/golang/1.25/debian-12/Dockerfile index dbb9eb20293a..46eb8904c2fd 100644 --- a/bitnami/golang/1.25/debian-12/Dockerfile +++ b/bitnami/golang/1.25/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-01T18:10:12Z" \ + org.opencontainers.image.created="2026-01-01T18:29:20Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/golang/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/golang" \ @@ -27,7 +27,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ DOWNLOADS_URL=${SECRET_DOWNLOADS_URL:-${DOWNLOADS_URL}} ; \ mkdir -p /tmp/bitnami/pkg/cache/ ; cd /tmp/bitnami/pkg/cache/ || exit 1 ; \ COMPONENTS=( \ - "golang-1.25.5-1-linux-${OS_ARCH}-debian-12" \ + "golang-1.25.5-2-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -47,7 +47,7 @@ ENV APP_VERSION="1.25.5" \ BITNAMI_APP_NAME="golang" \ GOCACHE="/go/.cache" \ GOPATH="/go" \ - IMAGE_REVISION="1" \ + IMAGE_REVISION="2" \ PATH="/go/bin:/opt/bitnami/go/bin:$PATH" WORKDIR $GOPATH