Update ghost#20615
Merged
Merged
Conversation
Changes: - docker-library/ghost@f07ad79: Update 6 to cli 1.28.4 - docker-library/ghost@2d4cfa1: Update 5 to cli 1.28.4
Diff for c83fdd4:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 758a908..279e422 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,6 +1,6 @@
Maintainers: Tianon Gravi <admwiggin@gmail.com> (@tianon), Joseph Ferguson <yosifkit@gmail.com> (@yosifkit), Austin Burdine <austin@acburdine.me> (@acburdine)
GitRepo: https://github.com/docker-library/ghost.git
-GitCommit: 9b6d7477d717e0be8f2c10ba9274c09d9bc469e9
+GitCommit: f07ad79aedce11fc95047d859093d699ec990ac5
Tags: 5.130.6-alpine3.23, 5.130.6-alpine, 5.130-alpine3.23, 5.130-alpine, 5-alpine3.23, 5-alpine
Architectures: amd64, arm64v8
diff --git a/ghost_5-alpine/Dockerfile b/ghost_5-alpine/Dockerfile
index c5ef104..c9cd1d2 100644
--- a/ghost_5-alpine/Dockerfile
+++ b/ghost_5-alpine/Dockerfile
@@ -42,7 +42,7 @@ RUN set -eux; \
ENV NODE_ENV production
-ENV GHOST_CLI_VERSION 1.28.3
+ENV GHOST_CLI_VERSION 1.28.4
RUN set -eux; \
npm install -g "ghost-cli@$GHOST_CLI_VERSION"; \
npm cache clean --force
diff --git a/ghost_5/Dockerfile b/ghost_5/Dockerfile
index 611bfe2..1df26c3 100644
--- a/ghost_5/Dockerfile
+++ b/ghost_5/Dockerfile
@@ -39,7 +39,7 @@ RUN set -eux; \
ENV NODE_ENV production
-ENV GHOST_CLI_VERSION 1.28.3
+ENV GHOST_CLI_VERSION 1.28.4
RUN set -eux; \
npm install -g "ghost-cli@$GHOST_CLI_VERSION"; \
npm cache clean --force
diff --git a/ghost_alpine/Dockerfile b/ghost_alpine/Dockerfile
index 8dfcacf..42cf168 100644
--- a/ghost_alpine/Dockerfile
+++ b/ghost_alpine/Dockerfile
@@ -42,7 +42,7 @@ RUN set -eux; \
ENV NODE_ENV production
-ENV GHOST_CLI_VERSION 1.28.3
+ENV GHOST_CLI_VERSION 1.28.4
RUN set -eux; \
npm install -g "ghost-cli@$GHOST_CLI_VERSION"; \
npm cache clean --force
diff --git a/ghost_latest/Dockerfile b/ghost_latest/Dockerfile
index 9716d15..2af77bf 100644
--- a/ghost_latest/Dockerfile
+++ b/ghost_latest/Dockerfile
@@ -39,7 +39,7 @@ RUN set -eux; \
ENV NODE_ENV production
-ENV GHOST_CLI_VERSION 1.28.3
+ENV GHOST_CLI_VERSION 1.28.4
RUN set -eux; \
npm install -g "ghost-cli@$GHOST_CLI_VERSION"; \
npm cache clean --forceRelevant Maintainers:
|
tianon
approved these changes
Jan 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes: