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 #17292

Merged
merged 1 commit into from
Aug 1, 2024
Merged

Update ghost #17292

merged 1 commit into from
Aug 1, 2024

Conversation

tianon
Copy link
Member

@tianon tianon commented Aug 1, 2024

Changes:

Changes:

- docker-library/ghost@6301aa7: Update to 5.88.3, ghost-cli 1.26.1
@tianon tianon requested review from LaurentGoderre and a team as code owners August 1, 2024 16:06
Copy link

github-actions bot commented Aug 1, 2024

Diff for cef97e8:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 53a455f..4da6056 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -3,10 +3,10 @@ GitRepo: https://github.com/docker-library/ghost.git
 
 Tags: 5.88.3, 5.88, 5, latest
 Architectures: amd64, arm32v7, arm64v8, ppc64le, s390x
-GitCommit: 551c52bee52afc9b1da4b2bc54c0120d5151ab3f
+GitCommit: 6301aa705da7d33de4a1eebfe0ce0177ae41f9b3
 Directory: 5/debian
 
 Tags: 5.88.3-alpine, 5.88-alpine, 5-alpine, alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8
-GitCommit: 551c52bee52afc9b1da4b2bc54c0120d5151ab3f
+GitCommit: 6301aa705da7d33de4a1eebfe0ce0177ae41f9b3
 Directory: 5/alpine
diff --git a/ghost_alpine/Dockerfile b/ghost_alpine/Dockerfile
index 1d20579..aeaf274 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.0
+ENV GHOST_CLI_VERSION 1.26.1
 RUN set -eux; \
 	npm install -g "ghost-cli@$GHOST_CLI_VERSION"; \
 	npm cache clean --force
diff --git a/ghost_latest/Dockerfile b/ghost_latest/Dockerfile
index b22c208..3b0965d 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.0
+ENV GHOST_CLI_VERSION 1.26.1
 RUN set -eux; \
 	npm install -g "ghost-cli@$GHOST_CLI_VERSION"; \
 	npm cache clean --force

Relevant Maintainers:

@yosifkit yosifkit merged commit 955a913 into docker-library:master Aug 1, 2024
7 checks passed
@yosifkit yosifkit deleted the ghost branch August 1, 2024 17:28
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