diff --git a/bitnami/ghost/4/debian-10/Dockerfile b/bitnami/ghost/4/debian-10/Dockerfile index 310b4dcebb1b..c4cd93b85a68 100644 --- a/bitnami/ghost/4/debian-10/Dockerfile +++ b/bitnami/ghost/4/debian-10/Dockerfile @@ -9,7 +9,7 @@ ENV HOME="/" \ COPY prebuildfs / # Install required system packages and dependencies RUN install_packages acl ca-certificates curl gzip jq libaudit1 libbz2-1.0 libc6 libcap-ng0 libffi6 libgcc1 libicu63 libjemalloc2 liblzma5 libncurses6 libncursesw6 libpam0g libreadline7 libsqlite3-0 libssl1.1 libstdc++6 libtinfo6 libxml2 procps tar zlib1g -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.12-6" --checksum 93ea8d3e34cfd2895bcfd147836e60e28244c5e0a51abe42922ed8c34a11108d +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.12-8" --checksum 7301922567971177586341f93f851616f5488c575de2fb256c38de725907c341 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 @@ -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="4.32.0-debian-10-r11" \ + BITNAMI_IMAGE_VERSION="4.32.0-debian-10-r12" \ MARIADB_HOST="mariadb" \ MARIADB_PORT_NUMBER="3306" \ MARIADB_ROOT_PASSWORD="" \ diff --git a/bitnami/ghost/4/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/ghost/4/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json index 32107e3c9fc9..931c97684e51 100644 --- a/bitnami/ghost/4/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/ghost/4/debian-10/prebuildfs/opt/bitnami/.bitnami_components.json @@ -29,9 +29,9 @@ }, "python": { "arch": "amd64", - "digest": "93ea8d3e34cfd2895bcfd147836e60e28244c5e0a51abe42922ed8c34a11108d", + "digest": "7301922567971177586341f93f851616f5488c575de2fb256c38de725907c341", "distro": "debian-10", "type": "NAMI", - "version": "3.8.12-6" + "version": "3.8.12-8" } } \ No newline at end of file diff --git a/bitnami/ghost/README.md b/bitnami/ghost/README.md index 7a1ad917e12e..a4c30abfe447 100644 --- a/bitnami/ghost/README.md +++ b/bitnami/ghost/README.md @@ -43,7 +43,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/). -- [`4`, `4-debian-10`, `4.32.0`, `4.32.0-debian-10-r11`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/4.32.0-debian-10-r11/4/debian-10/Dockerfile) +- [`4`, `4-debian-10`, `4.32.0`, `4.32.0-debian-10-r12`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/4.32.0-debian-10-r12/4/debian-10/Dockerfile) - [`3`, `3-debian-10`, `3.42.8`, `3.42.8-debian-10-r15` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/3.42.8-debian-10-r15/3/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/ghost GitHub repo](https://github.com/bitnami/bitnami-docker-ghost).