Skip to content

Update ghost#20615

Merged
tianon merged 1 commit into
docker-library:masterfrom
docker-library-bot:ghost
Jan 12, 2026
Merged

Update ghost#20615
tianon merged 1 commit into
docker-library:masterfrom
docker-library-bot:ghost

Conversation

@yosifkit

Copy link
Copy Markdown
Member

Changes:

Changes:

- docker-library/ghost@f07ad79: Update 6 to cli 1.28.4
- docker-library/ghost@2d4cfa1: Update 5 to cli 1.28.4
@github-actions

Copy link
Copy Markdown
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 --force

Relevant Maintainers:

@tianon tianon merged commit 11d54fe into docker-library:master Jan 12, 2026
9 checks passed
@tianon tianon deleted the ghost branch January 12, 2026 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants