From 07b50714ba69049823caa789656d2e94000ec611 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 06:05:49 +0000 Subject: [PATCH] [BUMP] Update dependency postgres to v15.8 --- .circleci/config.yml | 6 +++--- docker-compose.yml | 2 +- scalingo.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3e0152bdf..339222f66 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -22,7 +22,7 @@ executors: type: string docker: - image: cimg/node:<> - - image: postgres:15.7-alpine + - image: postgres:15.8-alpine environment: POSTGRES_USER: circleci POSTGRES_HOST_AUTH_METHOD: trust @@ -47,7 +47,7 @@ executors: type: string docker: - image: cimg/node:<>-browsers - - image: postgres:15.7-alpine + - image: postgres:15.8-alpine environment: POSTGRES_USER: circleci POSTGRES_HOST_AUTH_METHOD: trust @@ -61,7 +61,7 @@ executors: type: string docker: - image: mcr.microsoft.com/playwright:v<>-focal - - image: postgres:15.7-alpine + - image: postgres:15.8-alpine environment: POSTGRES_USER: circleci POSTGRES_HOST_AUTH_METHOD: trust diff --git a/docker-compose.yml b/docker-compose.yml index 87b6677ec..3668d05af 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: "3" services: postgres: - image: postgres:15.7-alpine + image: postgres:15.8-alpine ports: - "5444:5432" environment: diff --git a/scalingo.json b/scalingo.json index fe9f8d9a9..eb9b6dcfc 100644 --- a/scalingo.json +++ b/scalingo.json @@ -16,7 +16,7 @@ { "plan": "postgresql:postgresql-sandbox", "options": { - "version": "15.7" + "version": "15.8" } }, {