diff --git a/bitnami/gitea/1/debian-12/Dockerfile b/bitnami/gitea/1/debian-12/Dockerfile index 15faea855c61..67afbf2a92ce 100644 --- a/bitnami/gitea/1/debian-12/Dockerfile +++ b/bitnami/gitea/1/debian-12/Dockerfile @@ -7,13 +7,13 @@ 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="2025-09-04T00:05:09Z" \ + org.opencontainers.image.created="2025-09-11T05:02:34Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/gitea/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/gitea" \ org.opencontainers.image.title="gitea" \ org.opencontainers.image.vendor="Broadcom, Inc." \ - org.opencontainers.image.version="1.24.5" + org.opencontainers.image.version="1.24.6" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -31,7 +31,7 @@ RUN --mount=type=secret,id=downloads_url,env=SECRET_DOWNLOADS_URL \ "wait-for-port-1.0.10-1-linux-${OS_ARCH}-debian-12" \ "render-template-1.0.9-156-linux-${OS_ARCH}-debian-12" \ "ini-file-1.4.9-1-linux-${OS_ARCH}-debian-12" \ - "gitea-1.24.5-1-linux-${OS_ARCH}-debian-12" \ + "gitea-1.24.6-0-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -49,9 +49,9 @@ RUN find / -perm /6000 -type f -exec chmod a-s {} \; || true COPY rootfs / RUN /opt/bitnami/scripts/gitea/postunpack.sh -ENV APP_VERSION="1.24.5" \ +ENV APP_VERSION="1.24.6" \ BITNAMI_APP_NAME="gitea" \ - IMAGE_REVISION="1" \ + IMAGE_REVISION="0" \ NSS_WRAPPER_LIB="/opt/bitnami/common/lib/libnss_wrapper.so" \ PATH="/opt/bitnami/common/bin:/opt/bitnami/gitea/bin:$PATH"