diff --git a/bitnami/ghost/1/debian-9/Dockerfile b/bitnami/ghost/1/debian-9/Dockerfile index 24d08eff7270..9eb1c7eaf1cb 100644 --- a/bitnami/ghost/1/debian-9/Dockerfile +++ b/bitnami/ghost/1/debian-9/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/minideb-extras:stretch-r105 +FROM bitnami/minideb-extras:stretch-r106 LABEL maintainer "Bitnami " ENV BITNAMI_PKG_CHMOD="-R g+rwX,o+rw" \ @@ -14,7 +14,7 @@ RUN bitnami-pkg unpack ghost-1.25.4-0 --checksum cd2694de4e3a9e0d6355abe2eb86191 COPY rootfs / ENV ALLOW_EMPTY_PASSWORD="no" \ BITNAMI_APP_NAME="ghost" \ - BITNAMI_IMAGE_VERSION="1.25.4-debian-9-r3" \ + BITNAMI_IMAGE_VERSION="1.25.4-debian-9-r4" \ BLOG_TITLE="User's Blog" \ GHOST_DATABASE_NAME="bitnami_ghost" \ GHOST_DATABASE_PASSWORD="" \ diff --git a/bitnami/ghost/README.md b/bitnami/ghost/README.md index 8505b06394e3..4d1659149f44 100644 --- a/bitnami/ghost/README.md +++ b/bitnami/ghost/README.md @@ -35,7 +35,7 @@ Learn more about the Bitnami tagging policy and the difference between rolling t * [`1-ol-7`, `1.25.4-ol-7-r5` (1/ol-7/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/1.25.4-ol-7-r5/1/ol-7/Dockerfile) -* [`1-debian-9`, `1.25.4-debian-9-r3`, `1`, `1.25.4`, `1.25.4-r3`, `latest` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/1.25.4-debian-9-r3/1/Dockerfile) +* [`1-debian-9`, `1.25.4-debian-9-r4`, `1`, `1.25.4`, `1.25.4-r4`, `latest` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/1.25.4-debian-9-r4/1/Dockerfile) Subscribe to project updates by watching the [bitnami/ghost GitHub repo](https://github.com/bitnami/bitnami-docker-ghost).