[docker] Update postgres Docker tag to v18 - #127
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Member
|
This is not a simple changes |
renovate
Bot
force-pushed
the
renovate/postgres-18.x
branch
from
September 3, 2026 22:59
525e22a to
99413af
Compare
Copilot started reviewing on behalf of
OpenAEV Platform (OpenAEV-Platform)
September 3, 2026 23:00
View session
There was a problem hiding this comment.
Pull request overview
Updates the Postgres service images used by the project’s Docker Compose configurations to Postgres 18 (Alpine), aligning local/dev and default compose setups with the new major version.
Changes:
- Bump
postgresimage tag from17-alpineto18-alpineindocker-compose.yml. - Bump
postgresimage tag from17-alpineto18-alpineindocker-compose.dev.yml.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| docker-compose.yml | Updates the pgsql service to use postgres:18-alpine (major version bump). |
| docker-compose.dev.yml | Updates the dev Postgres container to postgres:18-alpine. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
31
to
33
| pgsql: | ||
| image: postgres:17-alpine | ||
| image: postgres:18-alpine | ||
| environment: |
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.
This PR contains the following updates:
17-alpine→18-alpineWarning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.