From 79982cde230ecb74d73a63a37bb4c1e068db3a98 Mon Sep 17 00:00:00 2001 From: Sidney Jeong Date: Sat, 3 Dec 2022 10:13:00 +0900 Subject: [PATCH] Ghost 5.25.0 --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index cf2d2bc..0ae9432 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,11 +4,11 @@ ARG TARGETARCH LABEL org.opencontainers.image.authors="https://bitnami.com/contact; flavoured by https://sidlibrary.org" \ org.opencontainers.image.description="Application packaged by Bitnami; flavoured by Sidney Jeong" \ - org.opencontainers.image.ref.name="ghost-5.24.2-bullseye-r0" \ + org.opencontainers.image.ref.name="ghost-5.25.0-bullseye-r0" \ org.opencontainers.image.source="https://github.com/sid0831/ghost-container" \ org.opencontainers.image.title="ghost" \ org.opencontainers.image.vendor="VMware, Inc.; Sidney Jeong" \ - org.opencontainers.image.version="5.24.2" + org.opencontainers.image.version="5.25.0" ENV HOME="/" \ OS_ARCH="${TARGETARCH:-amd64}" \ @@ -42,7 +42,7 @@ RUN chmod g+rwX /opt/bitnami COPY rootfs / RUN /opt/bitnami/scripts/ghost/postunpack.sh RUN /opt/bitnami/scripts/mysql-client/postunpack.sh -ENV APP_VERSION="5.24.2" \ +ENV APP_VERSION="5.25.0" \ BITNAMI_APP_NAME="ghost" \ 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