Skip to content
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

Update ghost #18456

Merged
merged 1 commit into from
Feb 14, 2025
Merged

Update ghost #18456

merged 1 commit into from
Feb 14, 2025

Conversation

yosifkit
Copy link
Member

@yosifkit yosifkit commented Feb 13, 2025

Changes:

#18449 just missed this ghost-cli update 😞

This comment has been minimized.

Changes:

- docker-library/ghost@6232bd9: Update to 5.109.6, ghost-cli 1.27.0
- docker-library/ghost@579eac6: Update to 5.109.5, ghost-cli 1.27.0
Copy link

Diff for 3116738:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 7280078..2e5a875 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,12 +1,12 @@
 Maintainers: Tianon Gravi <[email protected]> (@tianon), Joseph Ferguson <[email protected]> (@yosifkit), Austin Burdine <[email protected]> (@acburdine)
 GitRepo: https://github.com/docker-library/ghost.git
 
-Tags: 5.109.5, 5.109, 5, latest
+Tags: 5.109.6, 5.109, 5, latest
 Architectures: amd64, arm32v7, arm64v8, ppc64le, s390x
-GitCommit: 997c9f4e3ff2fa46c08f60bc6b16f544bd42cd7a
+GitCommit: 6232bd91c2cbb7721466a8f1e8f0c797a0c29df0
 Directory: 5/debian
 
-Tags: 5.109.5-alpine, 5.109-alpine, 5-alpine, alpine
+Tags: 5.109.6-alpine, 5.109-alpine, 5-alpine, alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8
-GitCommit: 997c9f4e3ff2fa46c08f60bc6b16f544bd42cd7a
+GitCommit: 6232bd91c2cbb7721466a8f1e8f0c797a0c29df0
 Directory: 5/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 701688b..3ea1841 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -2,7 +2,7 @@ ghost:5
 ghost:5-alpine
 ghost:5.109
 ghost:5.109-alpine
-ghost:5.109.5
-ghost:5.109.5-alpine
+ghost:5.109.6
+ghost:5.109.6-alpine
 ghost:alpine
 ghost:latest
diff --git a/ghost_alpine/Dockerfile b/ghost_alpine/Dockerfile
index 0be3cce..66d2c7d 100644
--- a/ghost_alpine/Dockerfile
+++ b/ghost_alpine/Dockerfile
@@ -39,7 +39,7 @@ RUN set -eux; ln -svf gosu /usr/local/bin/su-exec; su-exec nobody true # backwar
 
 ENV NODE_ENV production
 
-ENV GHOST_CLI_VERSION 1.26.1
+ENV GHOST_CLI_VERSION 1.27.0
 RUN set -eux; \
 	npm install -g "ghost-cli@$GHOST_CLI_VERSION"; \
 	npm cache clean --force
@@ -47,7 +47,7 @@ RUN set -eux; \
 ENV GHOST_INSTALL /var/lib/ghost
 ENV GHOST_CONTENT /var/lib/ghost/content
 
-ENV GHOST_VERSION 5.109.5
+ENV GHOST_VERSION 5.109.6
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \
diff --git a/ghost_latest/Dockerfile b/ghost_latest/Dockerfile
index e07b0e9..6e92992 100644
--- a/ghost_latest/Dockerfile
+++ b/ghost_latest/Dockerfile
@@ -35,7 +35,7 @@ RUN set -eux; \
 
 ENV NODE_ENV production
 
-ENV GHOST_CLI_VERSION 1.26.1
+ENV GHOST_CLI_VERSION 1.27.0
 RUN set -eux; \
 	npm install -g "ghost-cli@$GHOST_CLI_VERSION"; \
 	npm cache clean --force
@@ -43,7 +43,7 @@ RUN set -eux; \
 ENV GHOST_INSTALL /var/lib/ghost
 ENV GHOST_CONTENT /var/lib/ghost/content
 
-ENV GHOST_VERSION 5.109.5
+ENV GHOST_VERSION 5.109.6
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \

Relevant Maintainers:

@tianon tianon merged commit 75b324c into docker-library:master Feb 14, 2025
7 checks passed
@tianon tianon deleted the ghost branch February 14, 2025 22:32
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.

4 participants