From 6e5187cd75d1fadab5e5d73cb23f77348e1ef1d5 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Fri, 5 Apr 2024 13:39:00 +1000 Subject: [PATCH] Automatically use the latest version of PostgreSQL --- .ci/compose.ci.yaml | 2 +- .ci/compose.cypress.yaml | 2 +- compose.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci/compose.ci.yaml b/.ci/compose.ci.yaml index dd6f3a0e9c..7c056d0f26 100644 --- a/.ci/compose.ci.yaml +++ b/.ci/compose.ci.yaml @@ -18,7 +18,7 @@ services: image: redis:7-alpine restart: unless-stopped postgres: - image: pgautoupgrade/pgautoupgrade:15-alpine3.8 + image: pgautoupgrade/pgautoupgrade:latest command: "postgres -c fsync=off -c full_page_writes=off -c synchronous_commit=OFF" restart: unless-stopped environment: diff --git a/.ci/compose.cypress.yaml b/.ci/compose.cypress.yaml index e47ec92e58..7f769ab3ef 100644 --- a/.ci/compose.cypress.yaml +++ b/.ci/compose.cypress.yaml @@ -66,7 +66,7 @@ services: image: redis:7-alpine restart: unless-stopped postgres: - image: pgautoupgrade/pgautoupgrade:15-alpine3.8 + image: pgautoupgrade/pgautoupgrade:latest command: "postgres -c fsync=off -c full_page_writes=off -c synchronous_commit=OFF" restart: unless-stopped environment: diff --git a/compose.yaml b/compose.yaml index ba1b0e17d6..3e2485aec9 100644 --- a/compose.yaml +++ b/compose.yaml @@ -52,7 +52,7 @@ services: image: redis:7-alpine restart: unless-stopped postgres: - image: pgautoupgrade/pgautoupgrade:15-alpine3.8 + image: pgautoupgrade/pgautoupgrade:latest ports: - "15432:5432" # The following turns the DB into less durable, but gains significant performance improvements for the tests run (x3