3.9.0-debian-10-r0 release

This commit is contained in:
Bitnami Bot 2020-03-02 20:33:50 +00:00
parent 7887ce02d9
commit 504ea3e438
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ RUN /build/bitnami-user.sh && \
/build/install-nami.sh
RUN bitnami-pkg install node-10.19.0-0 --checksum a91f35d97b8219efbe1ae9bc8eda0e0dafa84d738a8eaa0e0e15b599f4fbbff2
RUN bitnami-pkg unpack mysql-client-10.3.22-1 --checksum e9fa94f574c87d15f0b6aba7cff1c06f70c0e69c1c442378c9961fc148fa68ef
RUN bitnami-pkg unpack ghost-3.8.0-0 --checksum 5b53aaa6d1a61859bffd6ae97f4d3612eb5af97062674e146dab5fd5fa691d4d
RUN bitnami-pkg unpack ghost-3.9.0-0 --checksum b714e8aa90644663f9f1e508856a570b43195cf6c371fd080abfe17a4cd90358
RUN apt-get update && apt-get upgrade -y && \
rm -r /var/lib/apt/lists /var/cache/apt/archives
RUN /build/install-gosu.sh
@ -22,7 +22,7 @@ RUN /build/install-tini.sh
COPY rootfs /
ENV ALLOW_EMPTY_PASSWORD="no" \
BITNAMI_APP_NAME="ghost" \
BITNAMI_IMAGE_VERSION="3.8.0-debian-10-r1" \
BITNAMI_IMAGE_VERSION="3.9.0-debian-10-r0" \
BLOG_TITLE="User's Blog" \
GHOST_DATABASE_NAME="bitnami_ghost" \
GHOST_DATABASE_PASSWORD="" \

View File

@ -42,7 +42,7 @@ To run this application you need Docker Engine 1.10.0. Docker Compose is recomen
Learn more about the Bitnami tagging policy and the difference between rolling tags and immutable tags [in our documentation page](https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/).
* [`3-debian-10`, `3.8.0-debian-10-r1`, `3`, `3.8.0`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/3.8.0-debian-10-r1/3/debian-10/Dockerfile)
* [`3-debian-10`, `3.9.0-debian-10-r0`, `3`, `3.9.0`, `latest` (3/debian-10/Dockerfile)](https://github.com/bitnami/bitnami-docker-ghost/blob/3.9.0-debian-10-r0/3/debian-10/Dockerfile)
Subscribe to project updates by watching the [bitnami/ghost GitHub repo](https://github.com/bitnami/bitnami-docker-ghost).