Skip to content

Commit

Permalink
Update to 5.88.3, ghost-cli 1.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Aug 1, 2024
1 parent 551c52b commit 6301aa7
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 @@ -39,7 +39,7 @@ RUN set -eux; ln -svf gosu /usr/local/bin/su-exec; su-exec nobody true # backwar

ENV NODE_ENV production

ENV GHOST_CLI_VERSION 1.26.0
ENV GHOST_CLI_VERSION 1.26.1
RUN set -eux; \
npm install -g "ghost-cli@$GHOST_CLI_VERSION"; \
npm cache clean --force
Expand Down
2 changes: 1 addition & 1 deletion 5/debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN set -eux; \

ENV NODE_ENV production

ENV GHOST_CLI_VERSION 1.26.0
ENV GHOST_CLI_VERSION 1.26.1
RUN set -eux; \
npm install -g "ghost-cli@$GHOST_CLI_VERSION"; \
npm cache clean --force
Expand Down

0 comments on commit 6301aa7

Please sign in to comment.