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 b8dea7dcc2a4 chore(camel-test-infra-postgres): upgrade
postgres.container to 17.8-alpine (#21568)
b8dea7dcc2a4 is described below
commit b8dea7dcc2a442833f35f83baec23b7960d5b758
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 23 11:34:18 2026 +0100
chore(camel-test-infra-postgres): upgrade postgres.container to 17.8-alpine
(#21568)
Update postgres.container from 17.5-alpine to 17.8-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 b7f386950911..36a2b9313a05 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.5-alpine
+postgres.container=mirror.gcr.io/postgres:17.8-alpine
postgres.container.version.include=alpine
postgres.container.version.freeze.major=true