Skip to content

Commit

Permalink
Update to 5.80.4, ghost-cli 1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Mar 19, 2024
1 parent a5c3cd3 commit ac3466c
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 @@ -11,7 +11,7 @@ RUN apk add --no-cache \

ENV NODE_ENV production

ENV GHOST_CLI_VERSION 1.25.3
ENV GHOST_CLI_VERSION 1.26.0
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.25.3
ENV GHOST_CLI_VERSION 1.26.0
RUN set -eux; \
npm install -g "ghost-cli@$GHOST_CLI_VERSION"; \
npm cache clean --force
Expand Down

0 comments on commit ac3466c

Please sign in to comment.