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

Merged
merged 1 commit into from
Sep 27, 2023
Merged

Update ghost #15440

merged 1 commit into from
Sep 27, 2023

Conversation

yosifkit
Copy link
Member

@yosifkit yosifkit commented Sep 27, 2023

Changes:

@github-actions

This comment has been minimized.

Changes:

- docker-library/ghost@e0b8667: Merge pull request docker-library/ghost#393 from infosiftr/missing-deps
- docker-library/ghost@404e37b: Add missing header package
- docker-library/ghost@1719f39: Update to 5.65.1, ghost-cli 1.24.2
@github-actions
Copy link

Diff for 1b2923e:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 045bd4b..4a66b99 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,12 +1,12 @@
 Maintainers: Tianon Gravi <[email protected]> (@tianon), Joseph Ferguson <[email protected]> (@yosifkit), Austin Burdine <[email protected]> (@acburdine)
 GitRepo: https://github.com/docker-library/ghost.git
 
-Tags: 5.65.0, 5.65, 5, latest
+Tags: 5.65.1, 5.65, 5, latest
 Architectures: amd64, arm32v7, arm64v8, ppc64le, s390x
-GitCommit: af06951592aa20cdce16851836917ef9eff8e581
+GitCommit: 1719f39e02b47a9bf5878aa48eb9201017678cd9
 Directory: 5/debian
 
-Tags: 5.65.0-alpine, 5.65-alpine, 5-alpine, alpine
+Tags: 5.65.1-alpine, 5.65-alpine, 5-alpine, alpine
 Architectures: amd64, arm32v6, arm32v7, arm64v8
-GitCommit: af06951592aa20cdce16851836917ef9eff8e581
+GitCommit: 404e37b66bf1d908fba92a06e01a6d7fbc18b6bb
 Directory: 5/alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 67cbb56..6148c99 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -2,7 +2,7 @@ ghost:5
 ghost:5-alpine
 ghost:5.65
 ghost:5.65-alpine
-ghost:5.65.0
-ghost:5.65.0-alpine
+ghost:5.65.1
+ghost:5.65.1-alpine
 ghost:alpine
 ghost:latest
diff --git a/ghost_alpine/Dockerfile b/ghost_alpine/Dockerfile
index 4903af8..59b6497 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.65.0
+ENV GHOST_VERSION 5.65.1
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \
@@ -31,7 +31,7 @@ RUN set -eux; \
 	if ! eval "$installCmd"; then \
 		virtual='.build-deps-ghost'; \
 		apkDel="$apkDel $virtual"; \
-		apk add --no-cache --virtual "$virtual" g++ make python3; \
+		apk add --no-cache --virtual "$virtual" g++ linux-headers make python3; \
 		eval "$installCmd"; \
 	fi; \
 	\
diff --git a/ghost_latest/Dockerfile b/ghost_latest/Dockerfile
index 271b57a..f10171d 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.65.0
+ENV GHOST_VERSION 5.65.1
 
 RUN set -eux; \
 	mkdir -p "$GHOST_INSTALL"; \

Relevant Maintainers:

@yosifkit yosifkit merged commit 5662d7b into docker-library:master Sep 27, 2023
7 checks passed
@yosifkit yosifkit deleted the ghost branch September 27, 2023 23:48
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