Skip to content

Conversation

tianon
Copy link
Member

@tianon tianon commented Jul 7, 2023

Changes:

@github-actions

This comment has been minimized.

Changes:

- docker-library/ghost@9577b1d: Update to 5.54.0, ghost-cli 1.24.2
- docker-library/ghost@c590715: Update to 5.53.4, ghost-cli 1.24.2
@github-actions
Copy link

github-actions bot commented Jul 7, 2023

Diff for 5a3ff1c:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 7006111..1feaed7 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.53.4, 5.53, 5, latest
+Tags: 5.54.0, 5.54, 5, latest
 Architectures: amd64, arm32v7, arm64v8, ppc64le, s390x
-GitCommit: 5db5d3d87657343507bb413ecd642b446f3f8790
+GitCommit: 9577b1d3b4560adc3cc8c0dd21a14067fd77e120
 Directory: 5/debian
 
-Tags: 5.53.4-alpine, 5.53-alpine, 5-alpine, alpine
+Tags: 5.54.0-alpine, 5.54-alpine, 5-alpine, alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8
-GitCommit: 5db5d3d87657343507bb413ecd642b446f3f8790
+GitCommit: 9577b1d3b4560adc3cc8c0dd21a14067fd77e120
 Directory: 5/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index ec740f9..1b5914d 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,8 +1,8 @@
 ghost:5
 ghost:5-alpine
-ghost:5.53
-ghost:5.53-alpine
-ghost:5.53.4
-ghost:5.53.4-alpine
+ghost:5.54
+ghost:5.54-alpine
+ghost:5.54.0
+ghost:5.54.0-alpine
 ghost:alpine
 ghost:latest
diff --git a/ghost_alpine/Dockerfile b/ghost_alpine/Dockerfile
index a22c7ca..2d23054 100644
--- a/ghost_alpine/Dockerfile
+++ b/ghost_alpine/Dockerfile
@@ -12,7 +12,7 @@ RUN apk add --no-cache \
 
 ENV NODE_ENV production
 
-ENV GHOST_CLI_VERSION 1.24.1
+ENV GHOST_CLI_VERSION 1.24.2
 RUN set -eux; \
 	npm install -g "ghost-cli@$GHOST_CLI_VERSION"; \
 	npm cache clean --force
@@ -20,7 +20,7 @@ RUN set -eux; \
 ENV GHOST_INSTALL /var/lib/ghost
 ENV GHOST_CONTENT /var/lib/ghost/content
 
-ENV GHOST_VERSION 5.53.4
+ENV GHOST_VERSION 5.54.0
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \
diff --git a/ghost_latest/Dockerfile b/ghost_latest/Dockerfile
index 32141b9..245510f 100644
--- a/ghost_latest/Dockerfile
+++ b/ghost_latest/Dockerfile
@@ -36,7 +36,7 @@ RUN set -eux; \
 
 ENV NODE_ENV production
 
-ENV GHOST_CLI_VERSION 1.24.1
+ENV GHOST_CLI_VERSION 1.24.2
 RUN set -eux; \
 	npm install -g "ghost-cli@$GHOST_CLI_VERSION"; \
 	npm cache clean --force
@@ -44,7 +44,7 @@ RUN set -eux; \
 ENV GHOST_INSTALL /var/lib/ghost
 ENV GHOST_CONTENT /var/lib/ghost/content
 
-ENV GHOST_VERSION 5.53.4
+ENV GHOST_VERSION 5.54.0
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \

Relevant Maintainers:

@yosifkit yosifkit merged commit 2066b3d into docker-library:master Jul 10, 2023
@yosifkit yosifkit deleted the ghost branch July 10, 2023 18: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