Skip to content

Update ghost #19292

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

yosifkit
Copy link
Member

Changes:

Changes:

- docker-library/ghost@1f30930: Update to 5.126.0, ghost-cli 1.27.0
@yosifkit yosifkit requested review from LaurentGoderre and a team as code owners June 18, 2025 21:03
Copy link

Diff for d254b9e:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 2881e90..3631780 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.125.1, 5.125, 5, latest
+Tags: 5.126.0, 5.126, 5, latest
 Architectures: amd64, arm32v7, arm64v8, ppc64le, s390x
-GitCommit: f192ab96781889a1452aca93916e67850c1294f2
+GitCommit: 1f30930f32ebab134e804747bb7012f39db1587a
 Directory: 5/debian
 
-Tags: 5.125.1-alpine, 5.125-alpine, 5-alpine, alpine
+Tags: 5.126.0-alpine, 5.126-alpine, 5-alpine, alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8
-GitCommit: f192ab96781889a1452aca93916e67850c1294f2
+GitCommit: 1f30930f32ebab134e804747bb7012f39db1587a
 Directory: 5/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 829f008..e202448 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,8 +1,8 @@
 ghost:5
 ghost:5-alpine
-ghost:5.125
-ghost:5.125-alpine
-ghost:5.125.1
-ghost:5.125.1-alpine
+ghost:5.126
+ghost:5.126-alpine
+ghost:5.126.0
+ghost:5.126.0-alpine
 ghost:alpine
 ghost:latest
diff --git a/ghost_alpine/Dockerfile b/ghost_alpine/Dockerfile
index 9162269..cdb30d5 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.125.1
+ENV GHOST_VERSION 5.126.0
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \
diff --git a/ghost_latest/Dockerfile b/ghost_latest/Dockerfile
index 1b66a3c..76bfaa4 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.125.1
+ENV GHOST_VERSION 5.126.0
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \

Relevant Maintainers:

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.

2 participants