Update ghost#21482
Merged
Merged
Conversation
Diff for 5c8a798:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 9d7fc34..1fa4e7f 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: 7c2eb86a4b5b56c051fec8cbf86192661250497e
+GitCommit: 591f462c4388a08c656f0e36fcdc5a31b490effb
-Tags: 6.38.0-alpine3.23, 6.38.0-alpine, 6.38-alpine3.23, 6.38-alpine, 6-alpine3.23, 6-alpine, alpine3.23, alpine
+Tags: 6.39.0-alpine3.23, 6.39.0-alpine, 6.39-alpine3.23, 6.39-alpine, 6-alpine3.23, 6-alpine, alpine3.23, alpine
Architectures: amd64, arm64v8
Directory: 6/alpine3.23
-Tags: 6.38.0-bookworm, 6.38.0, 6.38-bookworm, 6.38, 6-bookworm, 6, bookworm, latest
+Tags: 6.39.0-bookworm, 6.39.0, 6.39-bookworm, 6.39, 6-bookworm, 6, bookworm, latest
Architectures: amd64, arm32v7, arm64v8, s390x
Directory: 6/bookworm
diff --git a/_bashbrew-list b/_bashbrew-list
index accaecf..9946a0d 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.38
-ghost:6.38-alpine
-ghost:6.38-alpine3.23
-ghost:6.38-bookworm
-ghost:6.38.0
-ghost:6.38.0-alpine
-ghost:6.38.0-alpine3.23
-ghost:6.38.0-bookworm
+ghost:6.39
+ghost:6.39-alpine
+ghost:6.39-alpine3.23
+ghost:6.39-bookworm
+ghost:6.39.0
+ghost:6.39.0-alpine
+ghost:6.39.0-alpine3.23
+ghost:6.39.0-bookworm
ghost:alpine
ghost:alpine3.23
ghost:bookworm
diff --git a/ghost_alpine/Dockerfile b/ghost_alpine/Dockerfile
index 53fc2cd..d4bc7ca 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.29.2
+ENV GHOST_CLI_VERSION 1.29.3
RUN set -eux; \
corepack enable; \
npm install -g "ghost-cli@$GHOST_CLI_VERSION"; \
@@ -51,7 +51,7 @@ RUN set -eux; \
ENV GHOST_INSTALL /var/lib/ghost
ENV GHOST_CONTENT /var/lib/ghost/content
-ENV GHOST_VERSION 6.38.0
+ENV GHOST_VERSION 6.39.0
RUN set -eux; \
mkdir -p "$GHOST_INSTALL"; \
diff --git a/ghost_latest/Dockerfile b/ghost_latest/Dockerfile
index 328a1a9..24f33dc 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.29.2
+ENV GHOST_CLI_VERSION 1.29.3
RUN set -eux; \
corepack enable; \
npm install -g "ghost-cli@$GHOST_CLI_VERSION"; \
@@ -48,7 +48,7 @@ RUN set -eux; \
ENV GHOST_INSTALL /var/lib/ghost
ENV GHOST_CONTENT /var/lib/ghost/content
-ENV GHOST_VERSION 6.38.0
+ENV GHOST_VERSION 6.39.0
RUN set -eux; \
mkdir -p "$GHOST_INSTALL"; \Relevant Maintainers:
|
yosifkit
approved these changes
May 15, 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.
No description provided.