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

acosentino 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 ee7f6b52a132 chore(camel-test-infra-postgres): upgrade 
postgres.container to 17.9-alpine (#21663)
ee7f6b52a132 is described below

commit ee7f6b52a13276f190f091de2c83313841e62c98
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 2 09:24:45 2026 +0100

    chore(camel-test-infra-postgres): upgrade postgres.container to 17.9-alpine 
(#21663)
    
    Update postgres.container from 17.8-alpine to 17.9-alpine
    
    Co-authored-by: github-actions[bot] 
<github-actions[bot]@users.noreply.github.com>
---
 .../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 36a2b9313a05..3e2064435fa0 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,6 +14,6 @@
 ## See the License for the specific language governing permissions and
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
-postgres.container=mirror.gcr.io/postgres:17.8-alpine
+postgres.container=mirror.gcr.io/postgres:17.9-alpine
 postgres.container.version.include=alpine
 postgres.container.version.freeze.major=true

Reply via email to