Skip to content

Commit 315fd82

Browse files
Update to 5.130.2, ghost-cli 1.28.1
1 parent b788856 commit 315fd82

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.0
42+
ENV GHOST_CLI_VERSION 1.28.1
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.0
38+
ENV GHOST_CLI_VERSION 1.28.1
3939
RUN set -eux; \
4040
npm install -g "ghost-cli@$GHOST_CLI_VERSION"; \
4141
npm cache clean --force

0 commit comments

Comments
 (0)