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

Merged
merged 1 commit into from
Dec 15, 2023
Merged

Update ghost #15916

merged 1 commit into from
Dec 15, 2023

Conversation

tianon
Copy link
Member

@tianon tianon commented Dec 14, 2023

Changes:

Changes:

- docker-library/ghost@835436c: Update to 5.75.2, ghost-cli 1.25.3
- docker-library/ghost@70d0f70: Merge pull request docker-library/ghost#399 from infosiftr/bookworm
- docker-library/ghost@78e4344: Merge pull request docker-library/ghost#398 from infosiftr/alpine3.19
- docker-library/ghost@07e516d: Update to Debian Bookworm
- docker-library/ghost@123735d: Update to Alpine 3.19
Copy link

Diff for 85ed4dc:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 1390ec0..acf2a56 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.75.1, 5.75, 5, latest
+Tags: 5.75.2, 5.75, 5, latest
 Architectures: amd64, arm32v7, arm64v8, ppc64le, s390x
-GitCommit: 6165dced822dbdb27cba064220d1ef07168b4013
+GitCommit: 835436c2ad4d58e0c48c27db6d0b5bdc8f64a4ba
 Directory: 5/debian
 
-Tags: 5.75.1-alpine, 5.75-alpine, 5-alpine, alpine
+Tags: 5.75.2-alpine, 5.75-alpine, 5-alpine, alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8
-GitCommit: 6165dced822dbdb27cba064220d1ef07168b4013
+GitCommit: 835436c2ad4d58e0c48c27db6d0b5bdc8f64a4ba
 Directory: 5/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index eda138e..453640f 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -2,7 +2,7 @@ ghost:5
 ghost:5-alpine
 ghost:5.75
 ghost:5.75-alpine
-ghost:5.75.1
-ghost:5.75.1-alpine
+ghost:5.75.2
+ghost:5.75.2-alpine
 ghost:alpine
 ghost:latest
diff --git a/ghost_alpine/Dockerfile b/ghost_alpine/Dockerfile
index b668652..2238c20 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.17
+FROM node:18-alpine3.19
 
 # grab su-exec for easy step-down from root
 RUN apk add --no-cache 'su-exec>=0.2'
@@ -19,7 +19,7 @@ RUN set -eux; \
 ENV GHOST_INSTALL /var/lib/ghost
 ENV GHOST_CONTENT /var/lib/ghost/content
 
-ENV GHOST_VERSION 5.75.1
+ENV GHOST_VERSION 5.75.2
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \
diff --git a/ghost_latest/Dockerfile b/ghost_latest/Dockerfile
index 7dcec65..ad006b3 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-bullseye-slim
+FROM node:18-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.75.1
+ENV GHOST_VERSION 5.75.2
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \

Relevant Maintainers:

@yosifkit yosifkit merged commit 3772d68 into docker-library:master Dec 15, 2023
7 checks passed
@yosifkit yosifkit deleted the ghost branch December 15, 2023 20:58
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