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

Merged
merged 1 commit into from
Jun 3, 2020
Merged

Update ghost #8118

merged 1 commit into from
Jun 3, 2020

Conversation

tianon
Copy link
Member

@tianon tianon commented Jun 3, 2020

Changes:

Changes:

- docker-library/ghost@44ff147: Update to 3.18.1, ghost-cli 1.14.0
@github-actions
Copy link

github-actions bot commented Jun 3, 2020

Diff for 1589b18:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index c831b12..1f62e13 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -11,12 +11,12 @@ Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
 GitCommit: 5798d6bd9c3b359954d90d173154cc36ba6f8337
 Directory: 2/alpine
 
-Tags: 3.17.1, 3.17, 3, latest
+Tags: 3.18.1, 3.18, 3, latest
 Architectures: amd64, arm32v7, arm64v8, ppc64le, s390x
-GitCommit: e395a5a01987c10fd462c676875469489e103f93
+GitCommit: 44ff14774b66266299a13a705cdbb45d7fc72238
 Directory: 3/debian
 
-Tags: 3.17.1-alpine, 3.17-alpine, 3-alpine, alpine
+Tags: 3.18.1-alpine, 3.18-alpine, 3-alpine, alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, s390x
-GitCommit: e395a5a01987c10fd462c676875469489e103f93
+GitCommit: 44ff14774b66266299a13a705cdbb45d7fc72238
 Directory: 3/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 7b454f3..ab49f68 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -6,9 +6,9 @@ ghost:2.38.1
 ghost:2.38.1-alpine
 ghost:3
 ghost:3-alpine
-ghost:3.17
-ghost:3.17-alpine
-ghost:3.17.1
-ghost:3.17.1-alpine
+ghost:3.18
+ghost:3.18-alpine
+ghost:3.18.1
+ghost:3.18.1-alpine
 ghost:alpine
 ghost:latest
diff --git a/ghost_alpine/Dockerfile b/ghost_alpine/Dockerfile
index 3169787..53c9b98 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.17.1
+ENV GHOST_VERSION 3.18.1
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \
diff --git a/ghost_latest/Dockerfile b/ghost_latest/Dockerfile
index dafaed1..1e5686a 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.17.1
+ENV GHOST_VERSION 3.18.1
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \

@yosifkit yosifkit merged commit 56dd777 into docker-library:master Jun 3, 2020
@yosifkit yosifkit deleted the ghost branch June 3, 2020 18:21
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