Conversation
WalkthroughThe changes revert the Ghost software version from 5.120.4 to 5.120.3 in both the Changes
Possibly related PRs
Poem
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (1)
.env (1)
6-6: Confirm version alignment and address dotenv-linter hints
TheAPP_VERSIONhas been reverted to5.120.3, which now matches the Dockerfile’sVERSIONARG. Dotenv-linter warns about the surrounding quotes and key ordering—in case you follow alphabetical ordering or omit quotes in your env files, please adjust accordingly; otherwise this is safe to ignore.🧰 Tools
🪛 dotenv-linter (3.3.0)
[warning] 6-6: [QuoteCharacter] The value has quote characters (', ")
[warning] 6-6: [UnorderedKey] The APP_VERSION key should go before the GITHUB_USER key
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
.env(1 hunks)v5/Dockerfile(1 hunks)
🧰 Additional context used
🪛 dotenv-linter (3.3.0)
.env
[warning] 6-6: [QuoteCharacter] The value has quote characters (', ")
[warning] 6-6: [UnorderedKey] The APP_VERSION key should go before the GITHUB_USER key
⏰ Context from checks skipped due to timeout of 90000ms (1)
- GitHub Check: build_edge
🔇 Additional comments (1)
v5/Dockerfile (1)
7-7: Ensure DockerVERSIONARG matches application version
TheVERSIONARG has been downgraded from5.120.4to5.120.3, aligning with the.envupdate and the intended Ghost release.
Overview
Environment Variables (8 changes)
-GHOST_CLI_VERSION=1.27.0
-GHOST_CONTENT=/var/lib/ghost/content
-GHOST_INSTALL=/var/lib/ghost
-GOSU_VERSION=1.17
-NODE_ENV=production
-NODE_VERSION=20.19.2-alpine3.22
+NODE_VERSION=20.19.2
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
-USER=node
-VERSION=5.120.3
YARN_VERSION=1.22.22Labels (15 changes)
-com.firepress.image.base_os=
-com.firepress.image.ghost_cli_version=1.27.0
-com.firepress.image.node_env=production
-com.firepress.image.node_version=20.19.2-alpine3.22
-com.firepress.image.schema_version=1.0
-com.firepress.image.user=node
-org.opencontainers.image.authors=Pascal Andy https://firepress.org/en/contact/
-org.opencontainers.image.created=
-org.opencontainers.image.description=Docker image for Ghost 5.120.3
-org.opencontainers.image.licenses=GNUv3 https://github.com/pascalandy/GNU-GENERAL-PUBLIC-LICENSE/blob/master/LICENSE.md
-org.opencontainers.image.revision=
-org.opencontainers.image.source=https://github.com/firepress-org/ghostfire
-org.opencontainers.image.title=Ghost
-org.opencontainers.image.url=https://hub.docker.com/r/devmtl/ghostfire/tags/
-org.opencontainers.image.vendor=https://firepress.org/Packages and Vulnerabilities (1137 package changes and 113 vulnerability changes)
Changes for packages of type
|
| Package | Versiondevmtl/ghostfire:edge |
Versionnode:20.19.2-alpine3.22 |
|
|---|---|---|---|
| ➖ | bash | 5.2.37-r0 |
|
| ➖ | brotli | 1.1.0-r2 |
|
| ➖ | brotli-libs | 1.1.0-r2 |
|
| ➖ | c-ares | 1.34.5-r0 |
|
| ➖ | curl | 8.14.1-r0 |
|
| ➖ | libcurl | 8.14.1-r0 |
|
| ➖ | libidn2 | 2.3.7-r0 |
|
| ➖ | libncursesw | 6.5_p20250503-r0 |
|
| ➖ | libpsl | 0.21.5-r3 |
|
| ➖ | libunistring | 1.3-r0 |
|
| ➖ | ncurses | 6.5_p20250503-r0 |
|
| ➖ | ncurses-terminfo-base | 6.5_p20250503-r0 |
|
| ➖ | nghttp2 | 1.65.0-r0 |
|
| ➖ | nghttp2-libs | 1.65.0-r0 |
|
| ➖ | readline | 8.2.13-r1 |
|
| ➖ | zstd | 1.5.7-r0 |
|
| ➖ | zstd-libs | 1.5.7-r0 |
Changes for packages of type generic (1 changes)
| Package | Versiondevmtl/ghostfire:edge |
Versionnode:20.19.2-alpine3.22 |
|
|---|---|---|---|
| ➕ | node | 20.19.2 |
Changes for packages of type github (1 changes)
| Package | Versiondevmtl/ghostfire:edge |
Versionnode:20.19.2-alpine3.22 |
|
|---|---|---|---|
| ➖ | node | 20.19.2-alpine3.22 |
Summary by CodeRabbit