Skip to content

Commit

Permalink
Merge pull request #415 from LaurentGoderre/ghost-5.82.8
Browse files Browse the repository at this point in the history
Updated Ghost to 5.82.11
  • Loading branch information
yosifkit authored May 17, 2024
2 parents ef2cb4a + 79abd08 commit f624fac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 5/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN set -eux; \
ENV GHOST_INSTALL /var/lib/ghost
ENV GHOST_CONTENT /var/lib/ghost/content

ENV GHOST_VERSION 5.82.2
ENV GHOST_VERSION 5.82.11

RUN set -eux; \
mkdir -p "$GHOST_INSTALL"; \
Expand Down
2 changes: 1 addition & 1 deletion 5/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN set -eux; \
ENV GHOST_INSTALL /var/lib/ghost
ENV GHOST_CONTENT /var/lib/ghost/content

ENV GHOST_VERSION 5.82.2
ENV GHOST_VERSION 5.82.11

RUN set -eux; \
mkdir -p "$GHOST_INSTALL"; \
Expand Down

0 comments on commit f624fac

Please sign in to comment.