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

Merged
merged 1 commit into from
Sep 6, 2024
Merged

Update ghost #17511

merged 1 commit into from
Sep 6, 2024

Conversation

yosifkit
Copy link
Member

@yosifkit yosifkit commented Sep 6, 2024

Changes:

Changes:

- docker-library/ghost@4f86cc1: Update to 5.94.0, ghost-cli 1.26.1
Copy link

github-actions bot commented Sep 6, 2024

Diff for 9a3bfb1:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index c5159ea..bd767d6 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.93.0, 5.93, 5, latest
+Tags: 5.94.0, 5.94, 5, latest
 Architectures: amd64, arm32v7, arm64v8, ppc64le, s390x
-GitCommit: 5236e173d960a865740b39cfb2a2a1ee5cb19375
+GitCommit: 4f86cc1e82deaf7843b8fe4086c8b3ecc5bdf3ce
 Directory: 5/debian
 
-Tags: 5.93.0-alpine, 5.93-alpine, 5-alpine, alpine
+Tags: 5.94.0-alpine, 5.94-alpine, 5-alpine, alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8
-GitCommit: 5236e173d960a865740b39cfb2a2a1ee5cb19375
+GitCommit: 4f86cc1e82deaf7843b8fe4086c8b3ecc5bdf3ce
 Directory: 5/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index f646e35..7da2776 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,8 +1,8 @@
 ghost:5
 ghost:5-alpine
-ghost:5.93
-ghost:5.93-alpine
-ghost:5.93.0
-ghost:5.93.0-alpine
+ghost:5.94
+ghost:5.94-alpine
+ghost:5.94.0
+ghost:5.94.0-alpine
 ghost:alpine
 ghost:latest
diff --git a/ghost_alpine/Dockerfile b/ghost_alpine/Dockerfile
index 255d488..091d4a2 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.93.0
+ENV GHOST_VERSION 5.94.0
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \
diff --git a/ghost_latest/Dockerfile b/ghost_latest/Dockerfile
index 9f4a46c..c13981b 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.93.0
+ENV GHOST_VERSION 5.94.0
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \

Relevant Maintainers:

@tianon tianon merged commit 511bae2 into docker-library:master Sep 6, 2024
7 checks passed
@tianon tianon deleted the ghost branch September 6, 2024 21:59
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