alpine: update clang19-dev/llvm19 to clang20-dev/llvm20 - #90
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Alpine-based PostgreSQL extension images to match the newer toolchain required by the upstream postgres:* -alpine base image change referenced in the PR description.
Changes:
- Bump build dependency
clang19-dev→clang20-devacross all Alpine image variants. - Bump build dependency
llvm19→llvm20across all Alpine image variants.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| alpine/14/Dockerfile | Updates Alpine build deps to clang/llvm 20 for Postgres 14 image builds. |
| alpine/14-slim/Dockerfile | Same clang/llvm 20 bump for the Postgres 14 slim variant. |
| alpine/15/Dockerfile | Updates Alpine build deps to clang/llvm 20 for Postgres 15 image builds. |
| alpine/15-slim/Dockerfile | Same clang/llvm 20 bump for the Postgres 15 slim variant. |
| alpine/16/Dockerfile | Updates Alpine build deps to clang/llvm 20 for Postgres 16 image builds. |
| alpine/16-slim/Dockerfile | Same clang/llvm 20 bump for the Postgres 16 slim variant. |
| alpine/17/Dockerfile | Updates Alpine build deps to clang/llvm 20 for Postgres 17 image builds. |
| alpine/17-slim/Dockerfile | Same clang/llvm 20 bump for the Postgres 17 slim variant. |
| alpine/18/Dockerfile | Updates Alpine build deps to clang/llvm 20 for Postgres 18 image builds. |
| alpine/18-slim/Dockerfile | Same clang/llvm 20 bump for the Postgres 18 slim variant. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
komainu8
approved these changes
Aug 4, 2026
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.
The PostgreSQL base image has changed.
docker-library/postgres@b6a26b9