Update ghost#19195
Merged
Merged
Conversation
Changes: - docker-library/ghost@84b2e6e: Merge pull request docker-library/ghost#439 from infosiftr/alpine3.22 - docker-library/ghost@6960d04: Update to Alpine 3.22
Diff for 61e5dd4:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 2c4e1f5..40737d9 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -8,5 +8,5 @@ Directory: 5/debian
Tags: 5.121.0-alpine, 5.121-alpine, 5-alpine, alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8
-GitCommit: 0c9978cf2491877e60e250866c2575e694bdde04
+GitCommit: 84b2e6edbf30790d7b99d06580ac48f71d1bf47d
Directory: 5/alpine
diff --git a/ghost_alpine/Dockerfile b/ghost_alpine/Dockerfile
index f88dac4..1c3d672 100644
--- a/ghost_alpine/Dockerfile
+++ b/ghost_alpine/Dockerfile
@@ -1,6 +1,6 @@
# https://docs.ghost.org/faq/node-versions/
# https://github.com/nodejs/Release (looking for "LTS")
-FROM node:20-alpine3.21
+FROM node:20-alpine3.22
RUN apk add --no-cache \
# add "bash" for "[["Relevant Maintainers:
|
yosifkit
approved these changes
Jun 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes: