diff --git a/Dockerfile b/Dockerfile index 64eda0b4..2f7aca7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN if [ "$CI" = "ENABLED" ]; then \ sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'; \ wget --no-check-certificate --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - ; \ apt -y update; \ - apt-get install postgresql-14 -y --no-install-recommends; \ + apt-get install postgresql-15 -y --no-install-recommends; \ fi # Installing requirements diff --git a/docker-compose-pipeline.yml b/docker-compose-pipeline.yml index 89f3f8bd..9d904dcc 100644 --- a/docker-compose-pipeline.yml +++ b/docker-compose-pipeline.yml @@ -35,7 +35,7 @@ services: E2E_TESTS_CLIENT_SECRET: ${E2E_TESTS_CLIENT_SECRET} E2E_TESTS_REALM_ID: ${E2E_TESTS_REALM_ID} db: - image: "postgres:latest" + image: "postgres:15" environment: POSTGRES_DB: dummy POSTGRES_USER: postgres diff --git a/tests/sql_fixtures/reset_db_fixtures/reset_db.sql b/tests/sql_fixtures/reset_db_fixtures/reset_db.sql index 5a44ce26..2743de59 100644 --- a/tests/sql_fixtures/reset_db_fixtures/reset_db.sql +++ b/tests/sql_fixtures/reset_db_fixtures/reset_db.sql @@ -2,8 +2,8 @@ -- PostgreSQL database dump -- --- Dumped from database version 14.7 (Debian 14.7-1.pgdg110+1) --- Dumped by pg_dump version 14.7 (Debian 14.7-1.pgdg100+1) +-- Dumped from database version 15.2 (Debian 15.2-1.pgdg110+1) +-- Dumped by pg_dump version 15.2 (Debian 15.2-1.pgdg100+1) SET statement_timeout = 0; SET lock_timeout = 0;