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

Merged
merged 1 commit into from
Dec 11, 2024
Merged

Update ghost #18072

merged 1 commit into from
Dec 11, 2024

Conversation

yosifkit
Copy link
Member

Changes:

Changes:

- docker-library/ghost@980d114: Update to 5.104.2, ghost-cli 1.26.1
Copy link

Diff for b14a91e:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index c00346c..11bd735 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.104.1, 5.104, 5, latest
+Tags: 5.104.2, 5.104, 5, latest
 Architectures: amd64, arm32v7, arm64v8, ppc64le, s390x
-GitCommit: 0bbaecaa88686ce472f51b84c5fb73fa67778a90
+GitCommit: 980d1147ebcabf88c9279984e7453afb7f2f7f21
 Directory: 5/debian
 
-Tags: 5.104.1-alpine, 5.104-alpine, 5-alpine, alpine
+Tags: 5.104.2-alpine, 5.104-alpine, 5-alpine, alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8
-GitCommit: de8d93396b01a900b25d17a2c3bb0ca69ab4eaa1
+GitCommit: 980d1147ebcabf88c9279984e7453afb7f2f7f21
 Directory: 5/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 075b9f9..1d650cb 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -2,7 +2,7 @@ ghost:5
 ghost:5-alpine
 ghost:5.104
 ghost:5.104-alpine
-ghost:5.104.1
-ghost:5.104.1-alpine
+ghost:5.104.2
+ghost:5.104.2-alpine
 ghost:alpine
 ghost:latest
diff --git a/ghost_alpine/Dockerfile b/ghost_alpine/Dockerfile
index 24146a6..793a55a 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.104.1
+ENV GHOST_VERSION 5.104.2
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \
diff --git a/ghost_latest/Dockerfile b/ghost_latest/Dockerfile
index ec2f9a2..7057d0c 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.104.1
+ENV GHOST_VERSION 5.104.2
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \

Relevant Maintainers:

@LaurentGoderre LaurentGoderre merged commit 2f823f6 into docker-library:master Dec 11, 2024
7 checks passed
@LaurentGoderre LaurentGoderre deleted the ghost branch December 11, 2024 19:42
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