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

Merged
merged 1 commit into from
Aug 19, 2020
Merged

Update ghost #8583

merged 1 commit into from
Aug 19, 2020

Conversation

tianon
Copy link
Member

@tianon tianon commented Aug 19, 2020

Changes:

Changes:

- docker-library/ghost@806783d: Update to 3.30.0, ghost-cli 1.14.1
@github-actions
Copy link

Diff for 380cd3c:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index e66f3c8..2b459ce 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -11,12 +11,12 @@ Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: 30d7c579647e33ca8c9ecac3a559c4a99a12cb73
 Directory: 2/alpine
 
-Tags: 3.29.2, 3.29, 3, latest
+Tags: 3.30.0, 3.30, 3, latest
 Architectures: amd64, arm32v7, arm64v8, ppc64le, s390x
-GitCommit: 12ab559f8c27a27ee2dbab0661cd4e55dd4b8fb9
+GitCommit: 806783deb99b9e7c956cc66146f3ffc6496eb40f
 Directory: 3/debian
 
-Tags: 3.29.2-alpine, 3.29-alpine, 3-alpine, alpine
+Tags: 3.30.0-alpine, 3.30-alpine, 3-alpine, alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: 12ab559f8c27a27ee2dbab0661cd4e55dd4b8fb9
+GitCommit: 806783deb99b9e7c956cc66146f3ffc6496eb40f
 Directory: 3/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index a9d4dc4..8e12c77 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -6,9 +6,9 @@ ghost:2.38.2
 ghost:2.38.2-alpine
 ghost:3
 ghost:3-alpine
-ghost:3.29
-ghost:3.29-alpine
-ghost:3.29.2
-ghost:3.29.2-alpine
+ghost:3.30
+ghost:3.30-alpine
+ghost:3.30.0
+ghost:3.30.0-alpine
 ghost:alpine
 ghost:latest
diff --git a/ghost_alpine/Dockerfile b/ghost_alpine/Dockerfile
index cf9bc5b..833332a 100644
--- a/ghost_alpine/Dockerfile
+++ b/ghost_alpine/Dockerfile
@@ -20,7 +20,7 @@ RUN set -eux; \
 ENV GHOST_INSTALL /var/lib/ghost
 ENV GHOST_CONTENT /var/lib/ghost/content
 
-ENV GHOST_VERSION 3.29.2
+ENV GHOST_VERSION 3.30.0
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \
diff --git a/ghost_latest/Dockerfile b/ghost_latest/Dockerfile
index 9ed8a5a..9f7bf79 100644
--- a/ghost_latest/Dockerfile
+++ b/ghost_latest/Dockerfile
@@ -44,7 +44,7 @@ RUN set -eux; \
 ENV GHOST_INSTALL /var/lib/ghost
 ENV GHOST_CONTENT /var/lib/ghost/content
 
-ENV GHOST_VERSION 3.29.2
+ENV GHOST_VERSION 3.30.0
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \

@yosifkit yosifkit merged commit 58f238a into docker-library:master Aug 19, 2020
@yosifkit yosifkit deleted the ghost branch August 19, 2020 20:06
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.

None yet

3 participants