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

Merged
merged 1 commit into from
Oct 20, 2023
Merged

Update ghost #15594

merged 1 commit into from
Oct 20, 2023

Conversation

yosifkit
Copy link
Member

Changes:

Changes:

- docker-library/ghost@23c5506: Update to 5.70.1, ghost-cli 1.25.3
- docker-library/ghost@f7fbe1e: Update to 5.69.4, ghost-cli 1.25.3
@github-actions
Copy link

Diff for 4a16614:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 8f8ff2f..8bcfd95 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.69.3, 5.69, 5, latest
+Tags: 5.70.1, 5.70, 5, latest
 Architectures: amd64, arm32v7, arm64v8, ppc64le, s390x
-GitCommit: 5c8b1866d2ce50588c1942155174cc7e9ebee751
+GitCommit: 23c550666021939b447e26d8b00f021e2fb3f00d
 Directory: 5/debian
 
-Tags: 5.69.3-alpine, 5.69-alpine, 5-alpine, alpine
+Tags: 5.70.1-alpine, 5.70-alpine, 5-alpine, alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8
-GitCommit: 5c8b1866d2ce50588c1942155174cc7e9ebee751
+GitCommit: 23c550666021939b447e26d8b00f021e2fb3f00d
 Directory: 5/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 868b2fb..11a6477 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,8 +1,8 @@
 ghost:5
 ghost:5-alpine
-ghost:5.69
-ghost:5.69-alpine
-ghost:5.69.3
-ghost:5.69.3-alpine
+ghost:5.70
+ghost:5.70-alpine
+ghost:5.70.1
+ghost:5.70.1-alpine
 ghost:alpine
 ghost:latest
diff --git a/ghost_alpine/Dockerfile b/ghost_alpine/Dockerfile
index 96fb8fe..580d31b 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.69.3
+ENV GHOST_VERSION 5.70.1
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \
diff --git a/ghost_latest/Dockerfile b/ghost_latest/Dockerfile
index ad11522..0fe922f 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.69.3
+ENV GHOST_VERSION 5.70.1
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \

Relevant Maintainers:

@yosifkit yosifkit merged commit 3a42191 into docker-library:master Oct 20, 2023
7 checks passed
@yosifkit yosifkit deleted the ghost branch October 20, 2023 23:19
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.

2 participants