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

Merged
merged 1 commit into from
Feb 21, 2024
Merged

Update ghost #16279

merged 1 commit into from
Feb 21, 2024

Conversation

yosifkit
Copy link
Member

Changes:

Changes:

- docker-library/ghost@03e10bf: Update to 5.79.4, ghost-cli 1.25.3
Copy link

Diff for 6907602:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 930f2f1..9be7990 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,12 +1,12 @@
 Maintainers: Tianon Gravi <admwiggin@gmail.com> (@tianon), Joseph Ferguson <yosifkit@gmail.com> (@yosifkit), Austin Burdine <austin@acburdine.me> (@acburdine)
 GitRepo: https://github.com/docker-library/ghost.git
 
-Tags: 5.79.3, 5.79, 5, latest
+Tags: 5.79.4, 5.79, 5, latest
 Architectures: amd64, arm32v7, arm64v8, ppc64le, s390x
-GitCommit: f09bb4458c9596110fa40dd9ce6c6a6ee143de48
+GitCommit: 03e10bf5352f44ed78525d6a7b4d4096d55b63fc
 Directory: 5/debian
 
-Tags: 5.79.3-alpine, 5.79-alpine, 5-alpine, alpine
+Tags: 5.79.4-alpine, 5.79-alpine, 5-alpine, alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8
-GitCommit: f09bb4458c9596110fa40dd9ce6c6a6ee143de48
+GitCommit: 03e10bf5352f44ed78525d6a7b4d4096d55b63fc
 Directory: 5/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 2da15cc..9bd8f0b 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -2,7 +2,7 @@ ghost:5
 ghost:5-alpine
 ghost:5.79
 ghost:5.79-alpine
-ghost:5.79.3
-ghost:5.79.3-alpine
+ghost:5.79.4
+ghost:5.79.4-alpine
 ghost:alpine
 ghost:latest
diff --git a/ghost_alpine/Dockerfile b/ghost_alpine/Dockerfile
index d9c8693..1d1e448 100644
--- a/ghost_alpine/Dockerfile
+++ b/ghost_alpine/Dockerfile
@@ -19,7 +19,7 @@ RUN set -eux; \
 ENV GHOST_INSTALL /var/lib/ghost
 ENV GHOST_CONTENT /var/lib/ghost/content
 
-ENV GHOST_VERSION 5.79.3
+ENV GHOST_VERSION 5.79.4
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \
diff --git a/ghost_latest/Dockerfile b/ghost_latest/Dockerfile
index c5699fc..3c10d06 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.79.3
+ENV GHOST_VERSION 5.79.4
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \

Relevant Maintainers:

@tianon tianon merged commit 63a04bf into docker-library:master Feb 21, 2024
7 checks passed
@tianon tianon deleted the ghost branch February 21, 2024 00:35
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