Skip to content

Commit

Permalink
Ghost 5.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sid0831 committed Dec 3, 2022
1 parent 5856b62 commit 79982cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 79982cd

Please # to comment.