diff --git a/Dockerfile b/Dockerfile index 43aefc3..cf2d2bc 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.0-bullseye-r4" \ - org.opencontainers.image.source="https://github.com/bitnami/containers/tree/main/bitnami/ghost" \ + org.opencontainers.image.ref.name="ghost-5.24.2-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.0" + org.opencontainers.image.version="5.24.2" 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.0" \ +ENV APP_VERSION="5.24.2" \ 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 diff --git a/docker-compose.yml b/docker-compose.yml index ae15648..527f6e8 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: '2' services: mysql: - image: docker.io/bitnami/mysql:8.0 + image: docker.io/bitnami/mysql:8 ports: - '9918:3306' volumes: @@ -12,7 +12,7 @@ services: - MYSQL_USER=bn_ghost - MYSQL_DATABASE=bitnami_ghost ghost: - image: ghcr.io/sid0831/ghost-container:5.24.0-bullseye-r4 + image: ghcr.io/sid0831/ghost-container:latest ports: - '8080:2368' volumes: