Skip to content

Commit

Permalink
Update to 5.67.0, ghost-cli 1.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Oct 5, 2023
1 parent 737773b commit fae9e5a
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.1
ENV GHOST_CLI_VERSION 1.25.2
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.1
ENV GHOST_CLI_VERSION 1.25.2
RUN set -eux; \
npm install -g "ghost-cli@$GHOST_CLI_VERSION"; \
npm cache clean --force
Expand Down

0 comments on commit fae9e5a

Please sign in to comment.