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

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


The following commit(s) were added to refs/heads/main by this push:
     new ef455c23 main: Update postgres Docker tag to v17.3 (#1002)
ef455c23 is described below

commit ef455c23b23a09ae81e891d3cfb289dd1641b5be
Author: Mend Renovate <[email protected]>
AuthorDate: Mon Feb 17 17:20:47 2025 +0100

    main: Update postgres Docker tag to v17.3 (#1002)
---
 getting-started/eclipselink/docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/getting-started/eclipselink/docker-compose.yml 
b/getting-started/eclipselink/docker-compose.yml
index 6c7eb850..e4779df1 100644
--- a/getting-started/eclipselink/docker-compose.yml
+++ b/getting-started/eclipselink/docker-compose.yml
@@ -75,7 +75,7 @@ services:
     entrypoint: '/bin/sh -c "chmod +x /polaris/create-catalog.sh && 
/polaris/create-catalog.sh"'
 
   postgres:
-    image: postgres:17.2
+    image: postgres:17.3
     ports:
       - "5432:5432"
     # set shared memory limit when using docker-compose

Reply via email to