This is an automated email from the ASF dual-hosted git repository.

apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 8908b1f56556 chore(camel-test-infra-postgres): upgrade 
postgres.container to 17.10-alpine
8908b1f56556 is described below

commit 8908b1f56556da9e934f75d8af96ec1e7b1b32f7
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon May 18 07:51:27 2026 +0000

    chore(camel-test-infra-postgres): upgrade postgres.container to 17.10-alpine
    
    Update postgres.container from 17.9-alpine to 17.10-alpine
---
 .../org/apache/camel/test/infra/postgres/services/container.properties  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/test-infra/camel-test-infra-postgres/src/main/resources/org/apache/camel/test/infra/postgres/services/container.properties
 
b/test-infra/camel-test-infra-postgres/src/main/resources/org/apache/camel/test/infra/postgres/services/container.properties
index a94051c5c811..23cf52bd9544 100644
--- 
a/test-infra/camel-test-infra-postgres/src/main/resources/org/apache/camel/test/infra/postgres/services/container.properties
+++ 
b/test-infra/camel-test-infra-postgres/src/main/resources/org/apache/camel/test/infra/postgres/services/container.properties
@@ -14,7 +14,7 @@
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
-postgres.container=mirror.gcr.io/postgres:17.9-alpine
+postgres.container=mirror.gcr.io/postgres:17.10-alpine
 postgres.container.version.include=alpine
 postgres.container.version.freeze.major=true
 postgres.vector.container=mirror.gcr.io/pgvector/pgvector:pg18

Reply via email to