From f4d8204fb2a64e509f6efbee5fa284d53a054d08 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 5 Jul 2022 10:48:40 +0000 Subject: [PATCH] 5.2.4-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 776d827546e1..9f29ef5d8f26 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.19.3-150" --checksum 97cffecfb637e5758197e4eb14d50b42048768eba242da4b534f1d8bacbd6958 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-150" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ghost" "5.2.3-1" --checksum ff599d8400a266f1af918c744a07ba24686c7602f70e41ecce924e8bc6525e03 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ghost" "5.2.4-0" --checksum 221ce167be9730805adbf1bd432e142a5f62b1f1f4613c0f5e4f6b5a05337216 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.3" \ +ENV APP_VERSION="5.2.4" \ 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 03f9f7560984..d7164a4f6253 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": "ff599d8400a266f1af918c744a07ba24686c7602f70e41ecce924e8bc6525e03", + "digest": "221ce167be9730805adbf1bd432e142a5f62b1f1f4613c0f5e4f6b5a05337216", "distro": "debian-11", "type": "NAMI", - "version": "5.2.3-1" + "version": "5.2.4-0" }, "gosu": { "arch": "amd64", diff --git a/bitnami/ghost/README.md b/bitnami/ghost/README.md index 17bfc79dce25..e1fcb5063386 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.3`, `5.2.3-debian-11-r6`, `latest` (5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/5.2.3-debian-11-r6/5/debian-11/Dockerfile) +- [`5`, `5-debian-11`, `5.2.4`, `5.2.4-debian-11-r0`, `latest` (5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/5.2.4-debian-11-r0/5/debian-11/Dockerfile) - [`4`, `4-debian-11`, `4.48.2`, `4.48.2-debian-11-r6` (4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/4.48.2-debian-11-r6/4/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/ghost GitHub repo](https://github.com/bitnami/bitnami-docker-ghost).