Skip to content

Conversation

@yosifkit
Copy link
Member

@yosifkit yosifkit commented May 6, 2020

Changes:

Changes:

- docker-library/ghost@38f1500: Update to 3.15.0, ghost-cli 1.13.1
- docker-library/ghost@03c59c7: Merge pull request docker-library/ghost#218 from docker-library/github-actions
- docker-library/ghost@25ab22f: Add initial GitHub Actions CI
@github-actions
Copy link

github-actions bot commented May 7, 2020

Diff for f300275:
diff --git a/_bashbrew-list b/_bashbrew-list
index 269c6f7..02547cf 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.14
-ghost:3.14-alpine
-ghost:3.14.0
-ghost:3.14.0-alpine
+ghost:3.15
+ghost:3.15-alpine
+ghost:3.15.0
+ghost:3.15.0-alpine
 ghost:alpine
 ghost:latest
diff --git a/ghost_alpine/Dockerfile b/ghost_alpine/Dockerfile
index 3206192..e5fa136 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.14.0
+ENV GHOST_VERSION 3.15.0
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \
diff --git a/ghost_latest/Dockerfile b/ghost_latest/Dockerfile
index 761d8bb..8ef7e07 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.14.0
+ENV GHOST_VERSION 3.15.0
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \

@tianon tianon merged commit 669e622 into docker-library:master May 7, 2020
@tianon tianon deleted the ghost branch May 7, 2020 14:11
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