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

Merged
merged 1 commit into from
Jan 28, 2025
Merged

Update ghost #18323

merged 1 commit into from
Jan 28, 2025

Conversation

yosifkit
Copy link
Member

Changes:

Changes:

- docker-library/ghost@7dffa59: Update to 5.108.1, ghost-cli 1.26.1
Copy link

Diff for 6ebd9e7:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 951b96f..c42454d 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.107.2, 5.107, 5, latest
+Tags: 5.108.1, 5.108, 5, latest
 Architectures: amd64, arm32v7, arm64v8, ppc64le, s390x
-GitCommit: 981db336b107c8a85fbbfd3620dc4f27a3140cc9
+GitCommit: 7dffa59d6f724f7d43fc8539feeeb60aaba97926
 Directory: 5/debian
 
-Tags: 5.107.2-alpine, 5.107-alpine, 5-alpine, alpine
+Tags: 5.108.1-alpine, 5.108-alpine, 5-alpine, alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8
-GitCommit: 981db336b107c8a85fbbfd3620dc4f27a3140cc9
+GitCommit: 7dffa59d6f724f7d43fc8539feeeb60aaba97926
 Directory: 5/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index b6bd992..c0c4859 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,8 +1,8 @@
 ghost:5
 ghost:5-alpine
-ghost:5.107
-ghost:5.107-alpine
-ghost:5.107.2
-ghost:5.107.2-alpine
+ghost:5.108
+ghost:5.108-alpine
+ghost:5.108.1
+ghost:5.108.1-alpine
 ghost:alpine
 ghost:latest
diff --git a/ghost_alpine/Dockerfile b/ghost_alpine/Dockerfile
index 3eaf885..df4cd4f 100644
--- a/ghost_alpine/Dockerfile
+++ b/ghost_alpine/Dockerfile
@@ -47,7 +47,7 @@ RUN set -eux; \
 ENV GHOST_INSTALL /var/lib/ghost
 ENV GHOST_CONTENT /var/lib/ghost/content
 
-ENV GHOST_VERSION 5.107.2
+ENV GHOST_VERSION 5.108.1
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \
diff --git a/ghost_latest/Dockerfile b/ghost_latest/Dockerfile
index 0a02a35..ad0e937 100644
--- a/ghost_latest/Dockerfile
+++ b/ghost_latest/Dockerfile
@@ -43,7 +43,7 @@ RUN set -eux; \
 ENV GHOST_INSTALL /var/lib/ghost
 ENV GHOST_CONTENT /var/lib/ghost/content
 
-ENV GHOST_VERSION 5.107.2
+ENV GHOST_VERSION 5.108.1
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \

Relevant Maintainers:

@tianon tianon merged commit c94afd1 into docker-library:master Jan 28, 2025
7 checks passed
@tianon tianon deleted the ghost branch January 28, 2025 22:45
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