From ea49565a5c8d1bb6616d3ecd38e9ff81bc63bb90 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 12 Jul 2022 22:58:40 +0000 Subject: [PATCH] 5.3.0-debian-11-r0 release --- bitnami/ghost/5/debian-11/Dockerfile | 4 ++-- .../debian-11/prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/ghost/README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/ghost/5/debian-11/Dockerfile b/bitnami/ghost/5/debian-11/Dockerfile index ef77aca0bd1b..fefd8fa9e851 100644 --- a/bitnami/ghost/5/debian-11/Dockerfile +++ b/bitnami/ghost/5/debian-11/Dockerfile @@ -12,7 +12,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13- RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.20.0-0" --checksum 4580c44a68dab8200beed1d6c1a2397c854722ada2b81d9564b20388336453f9 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.6.8-150" --checksum b47e1015fc1c9ce456f134ffd5b6ac6960c3f369c96fcd37319e9289b29a1047 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-151" --checksum 089bb11a3bc6031c5a91ab5f9534e9e7e41b928d10d72a3986f16bb61d3a9900 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ghost" "5.2.4-0" --checksum 221ce167be9730805adbf1bd432e142a5f62b1f1f4613c0f5e4f6b5a05337216 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ghost" "5.3.0-0" --checksum 439f168d5d064850ffeeba57f771127c1f1f5d6b065f5ae32cee81db2d68bfe5 RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami @@ -20,7 +20,7 @@ RUN chmod g+rwX /opt/bitnami COPY rootfs / RUN /opt/bitnami/scripts/ghost/postunpack.sh RUN /opt/bitnami/scripts/mysql-client/postunpack.sh -ENV APP_VERSION="5.2.4" \ +ENV APP_VERSION="5.3.0" \ BITNAMI_APP_NAME="ghost" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:/opt/bitnami/ghost/bin:$PATH" diff --git a/bitnami/ghost/5/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/ghost/5/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index e5b53c28561b..91c69ecd341e 100644 --- a/bitnami/ghost/5/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/ghost/5/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,10 +1,10 @@ { "ghost": { "arch": "amd64", - "digest": "221ce167be9730805adbf1bd432e142a5f62b1f1f4613c0f5e4f6b5a05337216", + "digest": "439f168d5d064850ffeeba57f771127c1f1f5d6b065f5ae32cee81db2d68bfe5", "distro": "debian-11", "type": "NAMI", - "version": "5.2.4-0" + "version": "5.3.0-0" }, "gosu": { "arch": "amd64", diff --git a/bitnami/ghost/README.md b/bitnami/ghost/README.md index cf942202183e..2f0bfbc238b1 100644 --- a/bitnami/ghost/README.md +++ b/bitnami/ghost/README.md @@ -41,7 +41,7 @@ Non-root container images add an extra layer of security and are generally recom Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/tutorials/understand-rolling-tags-containers/). -- [`5`, `5-debian-11`, `5.2.4`, `5.2.4-debian-11-r2`, `latest` (5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/5.2.4-debian-11-r2/5/debian-11/Dockerfile) +- [`5`, `5-debian-11`, `5.3.0`, `5.3.0-debian-11-r0`, `latest` (5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/5.3.0-debian-11-r0/5/debian-11/Dockerfile) - [`4`, `4-debian-11`, `4.48.2`, `4.48.2-debian-11-r8` (4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/4.48.2-debian-11-r8/4/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/ghost GitHub repo](https://github.com/bitnami/bitnami-docker-ghost).