From 72eee150b1faf9db65586e3babe7c5925614f9dd Mon Sep 17 00:00:00 2001 From: Michal Nawrocki Date: Mon, 23 Sep 2024 16:01:31 +0100 Subject: [PATCH] MAP-1641 database update --- .circleci/config.yml | 2 +- database_refresh/02-cronjob.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 38b6f692..a70f5b57 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,7 +20,7 @@ executors: integration-tests: docker: - image: cimg/node:<< pipeline.parameters.node-version >> - - image: cimg/postgres:15.5 + - image: cimg/postgres:15.7 environment: POSTGRES_PASSWORD: use-of-force POSTGRES_USER: use-of-force diff --git a/database_refresh/02-cronjob.yaml b/database_refresh/02-cronjob.yaml index 4aa5d40f..4aae0872 100644 --- a/database_refresh/02-cronjob.yaml +++ b/database_refresh/02-cronjob.yaml @@ -18,7 +18,7 @@ runAsUser: 999 containers: - name: dbrefresh - image: "postgres:15.5" + image: "postgres:15.7" command: - /bin/entrypoint.sh volumeMounts: