From bce6c3de6eaa03ea2705e43f27d2f51d68fbbea6 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Sat, 19 Mar 2022 11:45:13 +0000 Subject: [PATCH] 4.37.0-debian-10-r21 release --- bitnami/ghost/4/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/4/debian-10/Dockerfile b/bitnami/ghost/4/debian-10/Dockerfile index 856616503484..f5c72e57eeac 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.13-0" --checksum 8a5e34b6a48a68854c609ba898041b97dad1cd0d337ff709abae78a96f5f5dfe +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-1" --checksum 2ac3d5028d8f8fc44cbf4b71e948458c1ae53c12a052ae62229fd52bf14191a6 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.19.1-0" --checksum 806082b15c0eb60e4baca497519b4c0cc9cd636d7a944e9943ebc1b9632fabdc RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.34-4" --checksum bb0089c26028b568dbe8b8875d39cca3c7835c582dda4fcbdcbed599320c57fe RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-7" --checksum d6280b6f647a62bf6edc74dc8e526bfff63ddd8067dcb8540843f47203d9ccf1 @@ -22,7 +22,7 @@ COPY rootfs / RUN /opt/bitnami/scripts/ghost/postunpack.sh RUN /opt/bitnami/scripts/mysql-client/postunpack.sh ENV BITNAMI_APP_NAME="ghost" \ - BITNAMI_IMAGE_VERSION="4.37.0-debian-10-r20" \ + BITNAMI_IMAGE_VERSION="4.37.0-debian-10-r21" \ PATH="/opt/bitnami/python/bin:/opt/bitnami/node/bin:/opt/bitnami/mysql/bin:/opt/bitnami/common/bin:/opt/bitnami/ghost/bin:$PATH" EXPOSE 2368 3000 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 14f9a2a7286b..974ad297ef94 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": "8a5e34b6a48a68854c609ba898041b97dad1cd0d337ff709abae78a96f5f5dfe", + "digest": "2ac3d5028d8f8fc44cbf4b71e948458c1ae53c12a052ae62229fd52bf14191a6", "distro": "debian-10", "type": "NAMI", - "version": "3.8.13-0" + "version": "3.8.13-1" } } \ No newline at end of file diff --git a/bitnami/ghost/README.md b/bitnami/ghost/README.md index 7a7e0b686e8a..0bb77bf3a02b 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.37.0`, `4.37.0-debian-10-r20`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/4.37.0-debian-10-r20/4/debian-10/Dockerfile) +- [`4`, `4-debian-10`, `4.37.0`, `4.37.0-debian-10-r21`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/4.37.0-debian-10-r21/4/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/ghost GitHub repo](https://github.com/bitnami/bitnami-docker-ghost).