diff --git a/bitnami/ghost/4/debian-11/Dockerfile b/bitnami/ghost/4/debian-11/Dockerfile index bfa7e985ce7b..a5667ffd7450 100644 --- a/bitnami/ghost/4/debian-11/Dockerfile +++ b/bitnami/ghost/4/debian-11/Dockerfile @@ -9,11 +9,11 @@ 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 libcom-err2 libcrypt1 libffi7 libgcc-s1 libgssapi-krb5-2 libicu67 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzma5 libncurses6 libncursesw6 libnsl2 libpam0g libreadline8 libsqlite3-0 libssl1.1 libstdc++6 libtinfo6 libtirpc3 libxml2 procps tar zlib1g -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-2" --checksum 79af9dcbaa89c4047d2d24b4a4c2ae17b771fe94972734379b9e50ef3dec3442 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.19.3-0" --checksum 97cffecfb637e5758197e4eb14d50b42048768eba242da4b534f1d8bacbd6958 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.6.8-0" --checksum b47e1015fc1c9ce456f134ffd5b6ac6960c3f369c96fcd37319e9289b29a1047 -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-0" --checksum da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ghost" "4.48.1-1" --checksum 1d8d39d6332f145012918b700159eb52932eebf8f9c7f3279ba5bd17d6a32902 +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "python" "3.8.13-150" --checksum 79af9dcbaa89c4047d2d24b4a4c2ae17b771fe94972734379b9e50ef3dec3442 +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" "4.48.1-150" --checksum 1d8d39d6332f145012918b700159eb52932eebf8f9c7f3279ba5bd17d6a32902 RUN apt-get update && apt-get upgrade -y && \ rm -r /var/lib/apt/lists /var/cache/apt/archives RUN chmod g+rwX /opt/bitnami diff --git a/bitnami/ghost/4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json b/bitnami/ghost/4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json index cb3fe3d1e6f1..c83b0f6671ec 100644 --- a/bitnami/ghost/4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json +++ b/bitnami/ghost/4/debian-11/prebuildfs/opt/bitnami/.bitnami_components.json @@ -4,34 +4,34 @@ "digest": "1d8d39d6332f145012918b700159eb52932eebf8f9c7f3279ba5bd17d6a32902", "distro": "debian-11", "type": "NAMI", - "version": "4.48.1-1" + "version": "4.48.1-150" }, "gosu": { "arch": "amd64", "digest": "da4a2f759ccc57c100d795b71ab297f48b31c4dd7578d773d963bbd49c42bd7b", "distro": "debian-11", "type": "NAMI", - "version": "1.14.0-0" + "version": "1.14.0-150" }, "mysql-client": { "arch": "amd64", "digest": "b47e1015fc1c9ce456f134ffd5b6ac6960c3f369c96fcd37319e9289b29a1047", "distro": "debian-11", "type": "NAMI", - "version": "10.6.8-0" + "version": "10.6.8-150" }, "node": { "arch": "amd64", "digest": "97cffecfb637e5758197e4eb14d50b42048768eba242da4b534f1d8bacbd6958", "distro": "debian-11", "type": "NAMI", - "version": "14.19.3-0" + "version": "14.19.3-150" }, "python": { "arch": "amd64", "digest": "79af9dcbaa89c4047d2d24b4a4c2ae17b771fe94972734379b9e50ef3dec3442", "distro": "debian-11", "type": "NAMI", - "version": "3.8.13-2" + "version": "3.8.13-150" } } \ No newline at end of file diff --git a/bitnami/ghost/README.md b/bitnami/ghost/README.md index c12ef1ef1ac0..0266eb133b84 100644 --- a/bitnami/ghost/README.md +++ b/bitnami/ghost/README.md @@ -42,7 +42,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t - [`5`, `5-debian-11`, `5.2.2`, `5.2.2-debian-11-r4`, `latest` (5/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/5.2.2-debian-11-r4/5/debian-11/Dockerfile) -- [`4`, `4-debian-11`, `4.48.1`, `4.48.1-debian-11-r3` (4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/4.48.1-debian-11-r3/4/debian-11/Dockerfile) +- [`4`, `4-debian-11`, `4.48.1`, `4.48.1-debian-11-r4` (4/debian-11/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/4.48.1-debian-11-r4/4/debian-11/Dockerfile) Subscribe to project updates by watching the [bitnami/ghost GitHub repo](https://github.com/bitnami/bitnami-docker-ghost).