Skip to content

Commit 521da5f

Browse files
Update to 5.130.3, ghost-cli 1.28.3
1 parent 2237b8a commit 521da5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

5/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN set -eux; ln -svf gosu /usr/local/bin/su-exec; su-exec nobody true # backwar
3939

4040
ENV NODE_ENV production
4141

42-
ENV GHOST_CLI_VERSION 1.28.2
42+
ENV GHOST_CLI_VERSION 1.28.3
4343
RUN set -eux; \
4444
npm install -g "ghost-cli@$GHOST_CLI_VERSION"; \
4545
npm cache clean --force

5/debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN set -eux; \
3535

3636
ENV NODE_ENV production
3737

38-
ENV GHOST_CLI_VERSION 1.28.2
38+
ENV GHOST_CLI_VERSION 1.28.3
3939
RUN set -eux; \
4040
npm install -g "ghost-cli@$GHOST_CLI_VERSION"; \
4141
npm cache clean --force

0 commit comments

Comments
 (0)