Skip to content

Update ghost#21482

Merged
yosifkit merged 1 commit into
docker-library:masterfrom
acburdine:update-ghost
May 15, 2026
Merged

Update ghost#21482
yosifkit merged 1 commit into
docker-library:masterfrom
acburdine:update-ghost

Conversation

@acburdine
Copy link
Copy Markdown
Contributor

No description provided.

@acburdine acburdine requested review from a team and LaurentGoderre as code owners May 15, 2026 16:39
@github-actions
Copy link
Copy Markdown

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 yosifkit merged commit 532dbbd into docker-library:master May 15, 2026
7 checks passed
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