Skip to content

Update ghost #19120

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

Merged
merged 1 commit into from
May 28, 2025
Merged

Update ghost #19120

merged 1 commit into from
May 28, 2025

Conversation

yosifkit
Copy link
Member

Changes:

Changes:

- docker-library/ghost@c1d40a5: Update to 5.120.4, ghost-cli 1.27.0
- docker-library/ghost@1d9a479: Merge pull request docker-library/ghost#438 from infosiftr/node
- docker-library/ghost@cc4723c: Update to Node 20
@yosifkit yosifkit requested review from LaurentGoderre and a team as code owners May 28, 2025 17:35
Copy link

Diff for 54f3868:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index bdd1e3e..85d25be 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.120.3, 5.120, 5, latest
+Tags: 5.120.4, 5.120, 5, latest
 Architectures: amd64, arm32v7, arm64v8, ppc64le, s390x
-GitCommit: 8a220c4cec5ea861f8b4995f50015fd2674eacd8
+GitCommit: c1d40a5e43bd632dfa2adfc55f444e0f3257c98f
 Directory: 5/debian
 
-Tags: 5.120.3-alpine, 5.120-alpine, 5-alpine, alpine
+Tags: 5.120.4-alpine, 5.120-alpine, 5-alpine, alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8
-GitCommit: 8a220c4cec5ea861f8b4995f50015fd2674eacd8
+GitCommit: c1d40a5e43bd632dfa2adfc55f444e0f3257c98f
 Directory: 5/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index e8e7a3e..9f0611d 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -2,7 +2,7 @@ ghost:5
 ghost:5-alpine
 ghost:5.120
 ghost:5.120-alpine
-ghost:5.120.3
-ghost:5.120.3-alpine
+ghost:5.120.4
+ghost:5.120.4-alpine
 ghost:alpine
 ghost:latest
diff --git a/ghost_alpine/Dockerfile b/ghost_alpine/Dockerfile
index d5bdb43..95535b0 100644
--- a/ghost_alpine/Dockerfile
+++ b/ghost_alpine/Dockerfile
@@ -1,6 +1,6 @@
 # https://docs.ghost.org/faq/node-versions/
 # https://github.com/nodejs/Release (looking for "LTS")
-FROM node:18-alpine3.21
+FROM node:20-alpine3.21
 
 RUN apk add --no-cache \
 # add "bash" for "[["
@@ -47,7 +47,7 @@ RUN set -eux; \
 ENV GHOST_INSTALL /var/lib/ghost
 ENV GHOST_CONTENT /var/lib/ghost/content
 
-ENV GHOST_VERSION 5.120.3
+ENV GHOST_VERSION 5.120.4
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \
diff --git a/ghost_latest/Dockerfile b/ghost_latest/Dockerfile
index 4b6f7f9..2280b25 100644
--- a/ghost_latest/Dockerfile
+++ b/ghost_latest/Dockerfile
@@ -1,6 +1,6 @@
 # https://docs.ghost.org/faq/node-versions/
 # https://github.com/nodejs/Release (looking for "LTS")
-FROM node:18-bookworm-slim
+FROM node:20-bookworm-slim
 
 # grab gosu for easy step-down from root
 # https://github.com/tianon/gosu/releases
@@ -43,7 +43,7 @@ RUN set -eux; \
 ENV GHOST_INSTALL /var/lib/ghost
 ENV GHOST_CONTENT /var/lib/ghost/content
 
-ENV GHOST_VERSION 5.120.3
+ENV GHOST_VERSION 5.120.4
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \

Relevant Maintainers:

@tianon tianon merged commit 12bc12b into docker-library:master May 28, 2025
7 checks passed
@tianon tianon deleted the ghost branch May 28, 2025 18:07
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