diff --git a/bitnami/redmine/6.1/debian-12/Dockerfile b/bitnami/redmine/6.1/debian-12/Dockerfile index 7967d2c48b72b..34aeca6408966 100644 --- a/bitnami/redmine/6.1/debian-12/Dockerfile +++ b/bitnami/redmine/6.1/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="2025-12-12T06:10:04Z" \ + org.opencontainers.image.created="2026-01-07T11:36:53Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/redmine/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/redmine" \ @@ -27,8 +27,8 @@ 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=( \ - "yq-4.49.2-1-linux-${OS_ARCH}-debian-12" \ - "ruby-3.3.10-1-linux-${OS_ARCH}-debian-12" \ + "ruby-3.4.8-0-linux-${OS_ARCH}-debian-12" \ + "yq-4.50.1-0-linux-${OS_ARCH}-debian-12" \ "postgresql-client-18.1.0-0-linux-${OS_ARCH}-debian-12" \ "mysql-client-12.1.2-0-linux-${OS_ARCH}-debian-12" \ "redmine-6.1.0-1-linux-${OS_ARCH}-debian-12" \ @@ -52,8 +52,8 @@ RUN /opt/bitnami/scripts/mysql-client/postunpack.sh RUN /opt/bitnami/scripts/redmine/postunpack.sh ENV APP_VERSION="6.1.0" \ BITNAMI_APP_NAME="redmine" \ - IMAGE_REVISION="10" \ - PATH="/opt/bitnami/common/bin:/opt/bitnami/ruby/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/mysql/bin:$PATH" + IMAGE_REVISION="11" \ + PATH="/opt/bitnami/ruby/bin:/opt/bitnami/common/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/mysql/bin:$PATH" EXPOSE 3000 diff --git a/bitnami/redmine/README.md b/bitnami/redmine/README.md index 83eab189b206d..1a32eafd1873b 100644 --- a/bitnami/redmine/README.md +++ b/bitnami/redmine/README.md @@ -500,7 +500,7 @@ If you encountered a problem running this container, you can file an [issue](htt ## License -Copyright © 2025 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. +Copyright © 2026 Broadcom. The term "Broadcom" refers to Broadcom Inc. and/or its subsidiaries. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.