Skip to content

[docker] Update postgres Docker tag to v18 - #127

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/postgres-18.x
Open

[docker] Update postgres Docker tag to v18#127
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/postgres-18.x

Conversation

@renovate

@renovate renovate Bot commented May 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
postgres (source) major 17-alpine18-alpine

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@RomuDeuxfois

Copy link
Copy Markdown
Member

This is not a simple changes
Check this #126 and ping Gaetan Santucci (@GaetanSantucci) if needed.

@renovate
renovate Bot force-pushed the renovate/postgres-18.x branch from 525e22a to 99413af Compare September 3, 2026 22:59
Copilot AI lite review requested due to automatic review settings September 3, 2026 22:59

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 postgres image tag from 17-alpine to 18-alpine in docker-compose.yml.
  • Bump postgres image tag from 17-alpine to 18-alpine in docker-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 thread docker-compose.yml
Comment on lines 31 to 33
pgsql:
image: postgres:17-alpine
image: postgres:18-alpine
environment:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants