diff --git a/docker-compose-dev.yml b/docker-compose-dev.yml index 4f2aaea55b..df1e91d492 100644 --- a/docker-compose-dev.yml +++ b/docker-compose-dev.yml @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of CERN Open Data Portal. -# Copyright (C) 2015, 2016, 2017, 2018, 2021, 2022, 2023 CERN. +# Copyright (C) 2015, 2016, 2017, 2018, 2021, 2022, 2023, 2024 CERN. # # CERN Open Data Portal is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public License as @@ -163,7 +163,7 @@ services: postgresql: restart: "unless-stopped" - image: docker.io/library/postgres:14.8 + image: docker.io/library/postgres:14.10 environment: - POSTGRES_USER=cernopendata - POSTGRES_DB=cernopendata diff --git a/docker-compose.yml b/docker-compose.yml index 5a9457526c..5b29ca6be4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of CERN Open Data Portal. -# Copyright (C) 2015, 2016, 2017, 2018, 2021, 2022, 2023 CERN. +# Copyright (C) 2015, 2016, 2017, 2018, 2021, 2022, 2023, 2024 CERN. # # CERN Open Data Portal is free software; you can redistribute it # and/or modify it under the terms of the GNU General Public License as @@ -137,7 +137,7 @@ services: postgresql: restart: "always" - image: docker.io/library/postgres:14.8 + image: docker.io/library/postgres:14.10 environment: - POSTGRES_USER=cernopendata - POSTGRES_DB=cernopendata