Skip to content

Conversation

tianon
Copy link
Member

@tianon tianon commented Jun 24, 2025

Changes:

Changes:

- docker-library/ghost@e5986bd: Update to 5.127.1, ghost-cli 1.27.0
@tianon tianon requested review from LaurentGoderre and a team as code owners June 24, 2025 17:24
Copy link

Diff for f8b092e:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 4e7161a..63b8bfc 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,12 +1,12 @@
 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
 
-Tags: 5.127.0, 5.127, 5, latest
+Tags: 5.127.1, 5.127, 5, latest
 Architectures: amd64, arm32v7, arm64v8, ppc64le, s390x
-GitCommit: 473df34d83f857cd993c02574e6db4d8ce57fd1b
+GitCommit: e5986bd17ddf5261535448a549796c494b01cc82
 Directory: 5/debian
 
-Tags: 5.127.0-alpine, 5.127-alpine, 5-alpine, alpine
+Tags: 5.127.1-alpine, 5.127-alpine, 5-alpine, alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8
-GitCommit: 473df34d83f857cd993c02574e6db4d8ce57fd1b
+GitCommit: e5986bd17ddf5261535448a549796c494b01cc82
 Directory: 5/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 34b7a0b..eaec267 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -2,7 +2,7 @@ ghost:5
 ghost:5-alpine
 ghost:5.127
 ghost:5.127-alpine
-ghost:5.127.0
-ghost:5.127.0-alpine
+ghost:5.127.1
+ghost:5.127.1-alpine
 ghost:alpine
 ghost:latest
diff --git a/ghost_alpine/Dockerfile b/ghost_alpine/Dockerfile
index 5cf9e8f..50cd27e 100644
--- a/ghost_alpine/Dockerfile
+++ b/ghost_alpine/Dockerfile
@@ -47,7 +47,7 @@ RUN set -eux; \
 ENV GHOST_INSTALL /var/lib/ghost
 ENV GHOST_CONTENT /var/lib/ghost/content
 
-ENV GHOST_VERSION 5.127.0
+ENV GHOST_VERSION 5.127.1
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \
diff --git a/ghost_latest/Dockerfile b/ghost_latest/Dockerfile
index fce1649..a163d5d 100644
--- a/ghost_latest/Dockerfile
+++ b/ghost_latest/Dockerfile
@@ -43,7 +43,7 @@ RUN set -eux; \
 ENV GHOST_INSTALL /var/lib/ghost
 ENV GHOST_CONTENT /var/lib/ghost/content
 
-ENV GHOST_VERSION 5.127.0
+ENV GHOST_VERSION 5.127.1
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \

Relevant Maintainers:

@yosifkit yosifkit merged commit 3009325 into docker-library:master Jun 24, 2025
7 checks passed
@yosifkit yosifkit deleted the ghost branch June 24, 2025 18:13
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