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

Merged
merged 1 commit into from
Jul 29, 2024
Merged

Update ghost #17265

merged 1 commit into from
Jul 29, 2024

Conversation

yosifkit
Copy link
Member

Changes:

Changes:

- docker-library/ghost@22f52c7: Update to 5.88.2, ghost-cli 1.26.0
@yosifkit yosifkit requested review from LaurentGoderre and a team as code owners July 27, 2024 00:01
Copy link

Diff for 6f6f61f:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 355e282..df27074 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.88.1, 5.88, 5, latest
+Tags: 5.88.2, 5.88, 5, latest
 Architectures: amd64, arm32v7, arm64v8, ppc64le, s390x
-GitCommit: 48d24c4edaf68ca606dc7d90e97ee57bff31bac4
+GitCommit: 22f52c7dce218c90e39ca9d24490564929f4043a
 Directory: 5/debian
 
-Tags: 5.88.1-alpine, 5.88-alpine, 5-alpine, alpine
+Tags: 5.88.2-alpine, 5.88-alpine, 5-alpine, alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8
-GitCommit: 48d24c4edaf68ca606dc7d90e97ee57bff31bac4
+GitCommit: 22f52c7dce218c90e39ca9d24490564929f4043a
 Directory: 5/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 81745a9..bd20b83 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -2,7 +2,7 @@ ghost:5
 ghost:5-alpine
 ghost:5.88
 ghost:5.88-alpine
-ghost:5.88.1
-ghost:5.88.1-alpine
+ghost:5.88.2
+ghost:5.88.2-alpine
 ghost:alpine
 ghost:latest
diff --git a/ghost_alpine/Dockerfile b/ghost_alpine/Dockerfile
index 69f9435..2e930eb 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.88.1
+ENV GHOST_VERSION 5.88.2
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \
diff --git a/ghost_latest/Dockerfile b/ghost_latest/Dockerfile
index ba3027c..e3343b2 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.88.1
+ENV GHOST_VERSION 5.88.2
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \

Relevant Maintainers:

@LaurentGoderre LaurentGoderre merged commit 9857298 into docker-library:master Jul 29, 2024
7 checks passed
@LaurentGoderre LaurentGoderre deleted the ghost branch July 29, 2024 14:14
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.

4 participants