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

Merged
merged 1 commit into from
Nov 25, 2024
Merged

Update ghost #17970

merged 1 commit into from
Nov 25, 2024

Conversation

tianon
Copy link
Member

@tianon tianon commented Nov 25, 2024

Changes:

Changes:

- docker-library/ghost@49a4e91: Update to 5.101.4, ghost-cli 1.26.1
- docker-library/ghost@c1a313f: Update README
Copy link

Diff for cbd070e:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index f9498de..4604ad0 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.101.3, 5.101, 5, latest
+Tags: 5.101.4, 5.101, 5, latest
 Architectures: amd64, arm32v7, arm64v8, ppc64le, s390x
-GitCommit: c0390b479deba850f0b57708aadc3772ed5b3d81
+GitCommit: 49a4e9114a9c0afd8246ce1764729ea0586f4eeb
 Directory: 5/debian
 
-Tags: 5.101.3-alpine, 5.101-alpine, 5-alpine, alpine
+Tags: 5.101.4-alpine, 5.101-alpine, 5-alpine, alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8
-GitCommit: c0390b479deba850f0b57708aadc3772ed5b3d81
+GitCommit: 49a4e9114a9c0afd8246ce1764729ea0586f4eeb
 Directory: 5/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index f6465f9..dade6c2 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -2,7 +2,7 @@ ghost:5
 ghost:5-alpine
 ghost:5.101
 ghost:5.101-alpine
-ghost:5.101.3
-ghost:5.101.3-alpine
+ghost:5.101.4
+ghost:5.101.4-alpine
 ghost:alpine
 ghost:latest
diff --git a/ghost_alpine/Dockerfile b/ghost_alpine/Dockerfile
index 2d9090b..6882e79 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.101.3
+ENV GHOST_VERSION 5.101.4
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \
diff --git a/ghost_latest/Dockerfile b/ghost_latest/Dockerfile
index e71b451..ceb05f8 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.101.3
+ENV GHOST_VERSION 5.101.4
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \

Relevant Maintainers:

@yosifkit yosifkit merged commit be6b139 into docker-library:master Nov 25, 2024
7 checks passed
@yosifkit yosifkit deleted the ghost branch November 25, 2024 19: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