From 0cf772ba4df03d3f7380abba1053338e230efc11 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Dec 2021 18:19:44 -0300 Subject: [PATCH] deps:chore - update postgres Docker tag to v14 (#493) Signed-off-by: Renovate Bot Co-authored-by: Renovate Bot Co-authored-by: Lucas Bruno --- ...docker-compose.auth-horusec.without-application-admin.yaml | 2 +- ...ocker-compose.auth-keycloak.without-application-admin.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/e2e/cypress/deployments/docker-compose.auth-horusec.without-application-admin.yaml b/e2e/cypress/deployments/docker-compose.auth-horusec.without-application-admin.yaml index 54d6a29ee..ff30b6e4e 100644 --- a/e2e/cypress/deployments/docker-compose.auth-horusec.without-application-admin.yaml +++ b/e2e/cypress/deployments/docker-compose.auth-horusec.without-application-admin.yaml @@ -22,7 +22,7 @@ services: - "15672:15672" horusec_postgresql: container_name: horusec_postgresql - image: postgres:12 + image: postgres:14 ports: - "5432:5432" environment: diff --git a/e2e/cypress/deployments/docker-compose.auth-keycloak.without-application-admin.yaml b/e2e/cypress/deployments/docker-compose.auth-keycloak.without-application-admin.yaml index 1514ad829..a2d7fc5f6 100644 --- a/e2e/cypress/deployments/docker-compose.auth-keycloak.without-application-admin.yaml +++ b/e2e/cypress/deployments/docker-compose.auth-keycloak.without-application-admin.yaml @@ -17,7 +17,7 @@ services: horusec_postgresql_keycloak: network_mode: "host" container_name: horusec_postgresql_keycloak - image: postgres:12 + image: postgres:14 expose: - "5433" command: -p 5433 @@ -48,7 +48,7 @@ services: horusec_postgresql: network_mode: "host" container_name: horusec_postgresql - image: postgres:12 + image: postgres:14 environment: POSTGRES_PASSWORD: root POSTGRES_USER: root