From 927d0645864656f7b990317c8eb0a844d1400e3d Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 14 Dec 2021 13:36:27 +0000 Subject: [PATCH] 3.42.8-debian-10-r0 release --- bitnami/ghost/3/debian-10/Dockerfile | 4 ++-- .../debian-10/prebuildfs/opt/bitnami/.bitnami_components.json | 4 ++-- bitnami/ghost/README.md | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/ghost/3/debian-10/Dockerfile b/bitnami/ghost/3/debian-10/Dockerfile index 44c49a724029..ab3e71d881c5 100644 --- a/bitnami/ghost/3/debian-10/Dockerfile +++ b/bitnami/ghost/3/debian-10/Dockerfile @@ -13,7 +13,7 @@ RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.12- RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.18.2-0" --checksum 5753bbbe5052000888c24ef8c918cfc45577878b03cc4dcfe7d53ea562a48e5a RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.32-0" --checksum 4a211faa9436c9747dfc4374cb9e8a7f9b0065dfc58dd4784cef0f5029c2e65e RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum 3e6fc37ca073b10a73a804d39c2f0c028947a1a596382a4f8ebe43dfbaa3a25e -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ghost" "3.42.7-0" --checksum d2e09fb3a7c3074adaa04d130062f320baac13b6372a90a0ee2016c1e538d1d9 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ghost" "3.42.8-0" --checksum e83488e6641558fafdd8207412ab45c9b7a1c881607aa96e426fa689de7ba4e2 RUN chmod g+rwX /opt/bitnami COPY rootfs / @@ -21,7 +21,7 @@ RUN /opt/bitnami/scripts/ghost/postunpack.sh RUN /opt/bitnami/scripts/mysql-client/postunpack.sh ENV ALLOW_EMPTY_PASSWORD="no" \ BITNAMI_APP_NAME="ghost" \ - BITNAMI_IMAGE_VERSION="3.42.7-debian-10-r33" \ + BITNAMI_IMAGE_VERSION="3.42.8-debian-10-r0" \ MARIADB_HOST="mariadb" \ MARIADB_PORT_NUMBER="3306" \ MARIADB_ROOT_PASSWORD="" \ diff --git a/bitnami/ghost/3/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/ghost/3/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index eac0e22f4c47..f51eaf04be25 100644 --- a/bitnami/ghost/3/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/ghost/3/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -1,10 +1,10 @@ { "ghost": { "arch": "amd64", - "digest": "d2e09fb3a7c3074adaa04d130062f320baac13b6372a90a0ee2016c1e538d1d9", + "digest": "e83488e6641558fafdd8207412ab45c9b7a1c881607aa96e426fa689de7ba4e2", "distro": "debian-10", "type": "NAMI", - "version": "3.42.7-0" + "version": "3.42.8-0" }, "gosu": { "arch": "amd64", diff --git a/bitnami/ghost/README.md b/bitnami/ghost/README.md index ca02d65367cc..af672d05e6a2 100644 --- a/bitnami/ghost/README.md +++ b/bitnami/ghost/README.md @@ -44,7 +44,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t - [`4`, `4-debian-10`, `4.24.0`, `4.24.0-debian-10-r15`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/4.24.0-debian-10-r15/4/debian-10/Dockerfile) -- [`3`, `3-debian-10`, `3.42.7`, `3.42.7-debian-10-r33` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/3.42.7-debian-10-r33/3/debian-10/Dockerfile) +- [`3`, `3-debian-10`, `3.42.8`, `3.42.8-debian-10-r0` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/3.42.8-debian-10-r0/3/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/ghost GitHub repo](https://github.com/bitnami/bitnami-docker-ghost).