diff --git a/bitnami/ghost/4/debian-10/Dockerfile b/bitnami/ghost/4/debian-10/Dockerfile index 873c08439015..08032f40356d 100644 --- a/bitnami/ghost/4/debian-10/Dockerfile +++ b/bitnami/ghost/4/debian-10/Dockerfile @@ -11,7 +11,7 @@ COPY prebuildfs / 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-31" --checksum 48db897c12810ff5f17a323e9b4a0cc2812e673d66f94feb9d90e3abb28e664b RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "node" "14.19.0-1" --checksum 400fb188f20ebb22fe9a99f6ef46598902884b9fbd87da481455cbc60273497d -RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.32-31" --checksum 4489feca3a65fbd733774d193b02914187451c6edf27855ebc5756e45a9f299e +RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "mysql-client" "10.3.34-0" --checksum fc61221a2e1a66f5dc47ab07cae39f0c20fc0d2cf7d716f72bf0c5b9d740a932 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "gosu" "1.14.0-4" --checksum ec62006ece7e0b49c65926e458ba2b71d6d251552118b1378840b1803dbb3d53 RUN . /opt/bitnami/scripts/libcomponent.sh && component_unpack "ghost" "4.36.0-0" --checksum f298b320295f3ba2828fd806e229df3fd9974b4094013798a12ae42d6dbb032e RUN apt-get update && apt-get upgrade -y && \ @@ -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.36.0-debian-10-r2" \ + BITNAMI_IMAGE_VERSION="4.36.0-debian-10-r3" \ 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 88ecd0727290..2659cebab1df 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 @@ -15,10 +15,10 @@ }, "mysql-client": { "arch": "amd64", - "digest": "4489feca3a65fbd733774d193b02914187451c6edf27855ebc5756e45a9f299e", + "digest": "fc61221a2e1a66f5dc47ab07cae39f0c20fc0d2cf7d716f72bf0c5b9d740a932", "distro": "debian-10", "type": "NAMI", - "version": "10.3.32-31" + "version": "10.3.34-0" }, "node": { "arch": "amd64", diff --git a/bitnami/ghost/README.md b/bitnami/ghost/README.md index 3438a5569726..a84abc8c82d8 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.36.0`, `4.36.0-debian-10-r2`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/4.36.0-debian-10-r2/4/debian-10/Dockerfile) +- [`4`, `4-debian-10`, `4.36.0`, `4.36.0-debian-10-r3`, `latest` (4/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/4.36.0-debian-10-r3/4/debian-10/Dockerfile) - [`3`, `3-debian-10`, `3.42.9`, `3.42.9-debian-10-r19` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/3.42.9-debian-10-r19/3/debian-10/Dockerfile) Subscribe to project updates by watching the [bitnami/ghost GitHub repo](https://github.com/bitnami/bitnami-docker-ghost).