Upgrade Postgres Cps-Core 81/130181/2
authorDylanB95EST <dylan.byrne@est.tech>
Thu, 4 Aug 2022 12:25:31 +0000 (13:25 +0100)
committerDylanB95EST <dylan.byrne@est.tech>
Fri, 5 Aug 2022 08:49:33 +0000 (09:49 +0100)
Upgrade postgres version to 14 in accordance with Seccom

Issue-ID: CPS-897
Change-Id: I332c88f3c3e1ec3dd55afe31af5714b690b6bd07
Signed-off-by: DylanB95EST <dylan.byrne@est.tech>
cps-ri/src/test/java/org/onap/cps/DatabaseTestContainer.java
docker-compose/docker-compose.yml

index 10f8de4..2d2df2e 100755 (executable)
@@ -1,6 +1,7 @@
 /*
  *  ============LICENSE_START=======================================================
  *  Copyright (C) 2020 Pantheon.tech
+ *  Modifications Copyright (C) 2022 Nordix Foundation.
  *  ================================================================================
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
@@ -29,7 +30,7 @@ import org.testcontainers.containers.PostgreSQLContainer;
  *  psql -d test -U test
  */
 public class DatabaseTestContainer extends PostgreSQLContainer<DatabaseTestContainer> {
-    private static final String IMAGE_VERSION = "postgres:13.2";
+    private static final String IMAGE_VERSION = "postgres:14.1";
     private static DatabaseTestContainer databaseTestContainer;
 
     private DatabaseTestContainer() {
index b7d641c..4c99192 100644 (file)
@@ -23,7 +23,7 @@ services:
 
   dbpostgresql:
     container_name: dbpostgresql
-    image: postgres:13.2-alpine
+    image: postgres:14.1-alpine
     ports:
       - ${DB_PORT:-5432}:5432
     environment: