Skip to content

Commit

Permalink
docker: move to PostgreSQL 14.10
Browse files Browse the repository at this point in the history
Changes database version to PostgreSQL 14.10, keeping parity with the
recommended DBoD deployment version.
  • Loading branch information
tiborsimko committed Mar 18, 2024
1 parent a2b3c97 commit c5b3bc2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c5b3bc2

Please sign in to comment.