Skip to content

Conversation

@yosifkit
Copy link
Member

@yosifkit yosifkit commented Jan 8, 2026

Changes:

Changes:

- docker-library/ghost@29dbaf9: Update 6 to 6.11.0
- docker-library/ghost@78257b7: Update 5 to 5.130.6
@github-actions
Copy link

github-actions bot commented Jan 8, 2026

Diff for df15d7d:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index a2cf5b6..1fcb8bc 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,19 +1,19 @@
 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: aeee8b79bba71295091c9b77bed04ebdf84dc46a
+GitCommit: 29dbaf9518bbe52669cbaabaa0027ac74fe503bd
 
-Tags: 5.130.5-alpine3.23, 5.130.5-alpine, 5.130-alpine3.23, 5.130-alpine, 5-alpine3.23, 5-alpine
+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
 Directory: 5/alpine3.23
 
-Tags: 5.130.5-bookworm, 5.130.5, 5.130-bookworm, 5.130, 5-bookworm, 5
+Tags: 5.130.6-bookworm, 5.130.6, 5.130-bookworm, 5.130, 5-bookworm, 5
 Architectures: amd64, arm32v7, arm64v8, s390x
 Directory: 5/bookworm
 
-Tags: 6.10.3-alpine3.23, 6.10.3-alpine, 6.10-alpine3.23, 6.10-alpine, 6-alpine3.23, 6-alpine, alpine3.23, alpine
+Tags: 6.11.0-alpine3.23, 6.11.0-alpine, 6.11-alpine3.23, 6.11-alpine, 6-alpine3.23, 6-alpine, alpine3.23, alpine
 Architectures: amd64, arm64v8
 Directory: 6/alpine3.23
 
-Tags: 6.10.3-bookworm, 6.10.3, 6.10-bookworm, 6.10, 6-bookworm, 6, bookworm, latest
+Tags: 6.11.0-bookworm, 6.11.0, 6.11-bookworm, 6.11, 6-bookworm, 6, bookworm, latest
 Architectures: amd64, arm32v7, arm64v8, s390x
 Directory: 6/bookworm
diff --git a/_bashbrew-list b/_bashbrew-list
index ed2f378..8e78f5d 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -6,22 +6,22 @@ ghost:5.130
 ghost:5.130-alpine
 ghost:5.130-alpine3.23
 ghost:5.130-bookworm
-ghost:5.130.5
-ghost:5.130.5-alpine
-ghost:5.130.5-alpine3.23
-ghost:5.130.5-bookworm
+ghost:5.130.6
+ghost:5.130.6-alpine
+ghost:5.130.6-alpine3.23
+ghost:5.130.6-bookworm
 ghost:6
 ghost:6-alpine
 ghost:6-alpine3.23
 ghost:6-bookworm
-ghost:6.10
-ghost:6.10-alpine
-ghost:6.10-alpine3.23
-ghost:6.10-bookworm
-ghost:6.10.3
-ghost:6.10.3-alpine
-ghost:6.10.3-alpine3.23
-ghost:6.10.3-bookworm
+ghost:6.11
+ghost:6.11-alpine
+ghost:6.11-alpine3.23
+ghost:6.11-bookworm
+ghost:6.11.0
+ghost:6.11.0-alpine
+ghost:6.11.0-alpine3.23
+ghost:6.11.0-bookworm
 ghost:alpine
 ghost:alpine3.23
 ghost:bookworm
diff --git a/ghost_5-alpine/Dockerfile b/ghost_5-alpine/Dockerfile
index 55920fb..c5ef104 100644
--- a/ghost_5-alpine/Dockerfile
+++ b/ghost_5-alpine/Dockerfile
@@ -39,7 +39,6 @@ RUN set -eux; \
 # verify that the binary works
 	gosu --version; \
 	gosu nobody true
-RUN set -eux; ln -svf gosu /usr/local/bin/su-exec; su-exec nobody true # backwards compatibility
 
 ENV NODE_ENV production
 
@@ -51,7 +50,7 @@ RUN set -eux; \
 ENV GHOST_INSTALL /var/lib/ghost
 ENV GHOST_CONTENT /var/lib/ghost/content
 
-ENV GHOST_VERSION 5.130.5
+ENV GHOST_VERSION 5.130.6
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \
diff --git a/ghost_5/Dockerfile b/ghost_5/Dockerfile
index 3b3b7f8..611bfe2 100644
--- a/ghost_5/Dockerfile
+++ b/ghost_5/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.130.5
+ENV GHOST_VERSION 5.130.6
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \
diff --git a/ghost_alpine/Dockerfile b/ghost_alpine/Dockerfile
index 845563b..8f9c62d 100644
--- a/ghost_alpine/Dockerfile
+++ b/ghost_alpine/Dockerfile
@@ -50,7 +50,7 @@ RUN set -eux; \
 ENV GHOST_INSTALL /var/lib/ghost
 ENV GHOST_CONTENT /var/lib/ghost/content
 
-ENV GHOST_VERSION 6.10.3
+ENV GHOST_VERSION 6.11.0
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \
diff --git a/ghost_latest/Dockerfile b/ghost_latest/Dockerfile
index a9d0d4d..6004d0b 100644
--- a/ghost_latest/Dockerfile
+++ b/ghost_latest/Dockerfile
@@ -47,7 +47,7 @@ RUN set -eux; \
 ENV GHOST_INSTALL /var/lib/ghost
 ENV GHOST_CONTENT /var/lib/ghost/content
 
-ENV GHOST_VERSION 6.10.3
+ENV GHOST_VERSION 6.11.0
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \

Relevant Maintainers:

@tianon tianon merged commit 40fb14e into docker-library:master Jan 8, 2026
9 checks passed
@tianon tianon deleted the ghost branch January 8, 2026 20:52
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