diff --git a/bitnami/discourse/2026/debian-12/Dockerfile b/bitnami/discourse/2026/debian-12/Dockerfile index c85d096af7c7..612558d809c0 100644 --- a/bitnami/discourse/2026/debian-12/Dockerfile +++ b/bitnami/discourse/2026/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-03-05T14:57:32Z" \ + org.opencontainers.image.created="2026-03-18T13:47:32Z" \ org.opencontainers.image.description="Application packaged by Broadcom, Inc." \ org.opencontainers.image.documentation="https://github.com/bitnami/containers/tree/main/bitnami/discourse/README.md" \ org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/discourse" \ @@ -27,13 +27,13 @@ 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=( \ - "python-3.12.13-0-linux-${OS_ARCH}-debian-12" \ - "wait-for-port-1.0.10-7-linux-${OS_ARCH}-debian-12" \ - "ruby-3.4.8-6-linux-${OS_ARCH}-debian-12" \ + "python-3.12.13-2-linux-${OS_ARCH}-debian-12" \ + "wait-for-port-1.0.10-8-linux-${OS_ARCH}-debian-12" \ + "ruby-3.4.9-0-linux-${OS_ARCH}-debian-12" \ "postgresql-client-18.3.0-0-linux-${OS_ARCH}-debian-12" \ - "node-20.20.0-2-linux-${OS_ARCH}-debian-12" \ + "node-20.20.1-0-linux-${OS_ARCH}-debian-12" \ "brotli-1.2.0-0-linux-${OS_ARCH}-debian-12" \ - "discourse-2026.3.0-0-linux-${OS_ARCH}-debian-12" \ + "discourse-2026.3.0-1-linux-${OS_ARCH}-debian-12" \ ) ; \ for COMPONENT in "${COMPONENTS[@]}"; do \ if [ ! -f "${COMPONENT}.tar.gz" ]; then \ @@ -54,7 +54,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/discourse/postunpack.sh ENV APP_VERSION="2026.3.0" \ BITNAMI_APP_NAME="discourse" \ - IMAGE_REVISION="0" \ + IMAGE_REVISION="1" \ LD_LIBRARY_PATH="/opt/bitnami/postgresql/lib:$LD_LIBRARY_PATH" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/common/bin:/opt/bitnami/ruby/bin:/opt/bitnami/postgresql/bin:/opt/bitnami/node/bin:/opt/bitnami/brotli/bin:$PATH" diff --git a/bitnami/discourse/README.md b/bitnami/discourse/README.md index e94971e9a49f..91d910778eec 100644 --- a/bitnami/discourse/README.md +++ b/bitnami/discourse/README.md @@ -11,8 +11,7 @@ Trademarks: This software listing is packaged by Bitnami. The respective tradema docker run --name discourse bitnami/discourse:latest ``` -**Warning**: This quick setup is only intended for development environments. You are encouraged to change the insecure default credentials and check out the available configuration options in the [Environment Variables](#environment-variables) section for a more secure d -eployment. +**Warning**: This quick setup is only intended for development environments. You are encouraged to change the insecure default credentials and check out the available configuration options in the [Environment Variables](#environment-variables) section for a more secure deployment. ## Why use Bitnami Secure Images?