From c6b752bccb109b06e17cb3fb804c296e420037ac Mon Sep 17 00:00:00 2001 From: Max Rydahl Andersen Date: Tue, 29 Oct 2024 09:09:45 +0100 Subject: [PATCH] update postgres to newer version to fix fail to start on M2 laptops --- build-parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-parent/pom.xml b/build-parent/pom.xml index b09a3ed87eea1..21755e0b2979f 100644 --- a/build-parent/pom.xml +++ b/build-parent/pom.xml @@ -83,7 +83,7 @@ 2.2.0 - docker.io/postgres:14 + docker.io/postgres:17 docker.io/mariadb:10.11 icr.io/db2_community/db2:11.5.9.0 mcr.microsoft.com/mssql/server:2022-latest