diff --git a/bitnami/discourse/3/debian-11/Dockerfile b/bitnami/discourse/3/debian-11/Dockerfile index 822d5e594b09..e96d35d15b87 100644 --- a/bitnami/discourse/3/debian-11/Dockerfile +++ b/bitnami/discourse/3/debian-11/Dockerfile @@ -3,10 +3,10 @@ FROM docker.io/bitnami/minideb:bullseye ARG TARGETARCH LABEL org.opencontainers.image.base.name="docker.io/bitnami/minideb:bullseye" \ - org.opencontainers.image.created="2023-03-05T04:10:00Z" \ + org.opencontainers.image.created="2023-03-08T06:10:00Z" \ org.opencontainers.image.description="Application packaged by VMware, Inc" \ org.opencontainers.image.licenses="Apache-2.0" \ - org.opencontainers.image.ref.name="3.0.1-debian-11-r10" \ + org.opencontainers.image.ref.name="3.0.1-debian-11-r11" \ org.opencontainers.image.title="discourse" \ org.opencontainers.image.vendor="VMware, Inc." \ org.opencontainers.image.version="3.0.1" @@ -26,7 +26,7 @@ RUN mkdir -p /tmp/bitnami/pkg/cache/ && cd /tmp/bitnami/pkg/cache/ && \ "wait-for-port-1.0.6-1-linux-${OS_ARCH}-debian-11" \ "ruby-3.1.3-4-linux-${OS_ARCH}-debian-11" \ "postgresql-client-15.2.0-1-linux-${OS_ARCH}-debian-11" \ - "node-18.14.2-0-linux-${OS_ARCH}-debian-11" \ + "node-18.15.0-0-linux-${OS_ARCH}-debian-11" \ "brotli-1.0.9-157-linux-${OS_ARCH}-debian-11" \ "gosu-1.16.0-2-linux-${OS_ARCH}-debian-11" \ "discourse-3.0.1-2-linux-${OS_ARCH}-debian-11" \ diff --git a/bitnami/discourse/3/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/discourse/3/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index b7df63b79d86..a6dce22b6b8e 100644 --- a/bitnami/discourse/3/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/discourse/3/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -22,10 +22,10 @@ }, "node": { "arch": "amd64", - "digest": "7f2d4830add40c5bb11444044654340a4bc288c0b52ce766adcb1c446eece182", + "digest": "cc1030a32cab4b0f02fd57b2e2e98917779a496ef9ea0eba14e0f4c44b5bebfa", "distro": "debian-11", "type": "NAMI", - "version": "18.14.2-0" + "version": "18.15.0-0" }, "postgresql-client": { "arch": "amd64", diff --git a/bitnami/discourse/README.md b/bitnami/discourse/README.md index 0f2aa134db6c..36a9b76a56db 100644 --- a/bitnami/discourse/README.md +++ b/bitnami/discourse/README.md @@ -523,7 +523,7 @@ For the Discourse container: ### Upgrade this image -Bitnami provides up-to-date versions of PostgreSQL and Discourse, including security patches, soon after they are made upstream. We recommend that you follow these steps to upgrade your container. We will cover here the upgrade of the Discourse container. For the PostgreSQL upgrade see: +Bitnami provides up-to-date versions of PostgreSQL and Discourse, including security patches, soon after they are made upstream. We recommend that you follow these steps to upgrade your container. We will cover here the upgrade of the Discourse container. For the PostgreSQL upgrade see: The `bitnami/discourse:latest` tag always points to the most recent release. To get the most recent release you can simple repull the `latest` tag from the Docker Hub with `docker pull bitnami/discourse:latest`. However it is recommended to use [tagged versions](https://hub.docker.com/r/bitnami/discourse/tags/).