Merged
Conversation
Changes: - docker-library/ghost@3a2465a: Update 6 to 6.32.0
Diff for 7c52ad9:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 05c6a31..d6df1ca 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,11 +1,11 @@
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: 1bf8746b7eff6422e5207809743304755e48ff64
+GitCommit: 3a2465a267a294616f9cf3f1c2919eec61be6f08
-Tags: 6.30.0-alpine3.23, 6.30.0-alpine, 6.30-alpine3.23, 6.30-alpine, 6-alpine3.23, 6-alpine, alpine3.23, alpine
+Tags: 6.32.0-alpine3.23, 6.32.0-alpine, 6.32-alpine3.23, 6.32-alpine, 6-alpine3.23, 6-alpine, alpine3.23, alpine
Architectures: amd64, arm64v8
Directory: 6/alpine3.23
-Tags: 6.30.0-bookworm, 6.30.0, 6.30-bookworm, 6.30, 6-bookworm, 6, bookworm, latest
+Tags: 6.32.0-bookworm, 6.32.0, 6.32-bookworm, 6.32, 6-bookworm, 6, bookworm, latest
Architectures: amd64, arm32v7, arm64v8, s390x
Directory: 6/bookworm
diff --git a/_bashbrew-list b/_bashbrew-list
index 46019a3..627d59e 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -2,14 +2,14 @@ ghost:6
ghost:6-alpine
ghost:6-alpine3.23
ghost:6-bookworm
-ghost:6.30
-ghost:6.30-alpine
-ghost:6.30-alpine3.23
-ghost:6.30-bookworm
-ghost:6.30.0
-ghost:6.30.0-alpine
-ghost:6.30.0-alpine3.23
-ghost:6.30.0-bookworm
+ghost:6.32
+ghost:6.32-alpine
+ghost:6.32-alpine3.23
+ghost:6.32-bookworm
+ghost:6.32.0
+ghost:6.32.0-alpine
+ghost:6.32.0-alpine3.23
+ghost:6.32.0-bookworm
ghost:alpine
ghost:alpine3.23
ghost:bookworm
diff --git a/ghost_alpine/Dockerfile b/ghost_alpine/Dockerfile
index 352895b..0e5aca9 100644
--- a/ghost_alpine/Dockerfile
+++ b/ghost_alpine/Dockerfile
@@ -51,7 +51,7 @@ RUN set -eux; \
ENV GHOST_INSTALL /var/lib/ghost
ENV GHOST_CONTENT /var/lib/ghost/content
-ENV GHOST_VERSION 6.30.0
+ENV GHOST_VERSION 6.32.0
RUN set -eux; \
mkdir -p "$GHOST_INSTALL"; \
diff --git a/ghost_latest/Dockerfile b/ghost_latest/Dockerfile
index b0027aa..74dfba8 100644
--- a/ghost_latest/Dockerfile
+++ b/ghost_latest/Dockerfile
@@ -48,7 +48,7 @@ RUN set -eux; \
ENV GHOST_INSTALL /var/lib/ghost
ENV GHOST_CONTENT /var/lib/ghost/content
-ENV GHOST_VERSION 6.30.0
+ENV GHOST_VERSION 6.32.0
RUN set -eux; \
mkdir -p "$GHOST_INSTALL"; \Relevant Maintainers:
|
yosifkit
approved these changes
Apr 22, 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: