From e2434c41db99bd00a39c46e6d72fa63b9cbf077b Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 20 Jun 2018 08:01:33 +0000 Subject: [PATCH] 1.24.5-r1 release --- bitnami/ghost/1/Dockerfile | 4 ++-- bitnami/ghost/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/ghost/1/Dockerfile b/bitnami/ghost/1/Dockerfile index ac5f665e4c5e..247f7318a82c 100644 --- a/bitnami/ghost/1/Dockerfile +++ b/bitnami/ghost/1/Dockerfile @@ -1,4 +1,4 @@ -FROM bitnami/minideb-extras:jessie-r81 +FROM bitnami/minideb-extras:jessie-r82 LABEL maintainer "Bitnami " ENV BITNAMI_PKG_CHMOD="-R g+rwX,o+rw" \ @@ -14,7 +14,7 @@ RUN bitnami-pkg unpack ghost-1.24.5-0 --checksum 122bc089ea2440905d73cdae58783e2 COPY rootfs / ENV ALLOW_EMPTY_PASSWORD="no" \ BITNAMI_APP_NAME="ghost" \ - BITNAMI_IMAGE_VERSION="1.24.5-r0" \ + BITNAMI_IMAGE_VERSION="1.24.5-r1" \ 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 7e6a38adc633..b685e8408dec 100644 --- a/bitnami/ghost/README.md +++ b/bitnami/ghost/README.md @@ -29,7 +29,7 @@ To run this application you need Docker Engine 1.10.0. Docker Compose is recomen # Supported tags and respective `Dockerfile` links -* [`1`, `1.24.5-r0`, `latest` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/1.24.5-r0/1/Dockerfile) +* [`1`, `1.24.5-r1`, `latest` (1/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/1.24.5-r1/1/Dockerfile) Subscribe to project updates by watching the [bitnami/ghost GitHub repo](https://github.com/bitnami/bitnami-docker-ghost).