Skip to content

Commit ea10266

Browse files
Merge pull request #1610 from research-software-directory/1561-postgres-major-upgrade
chore: upgrade Postgres from 15.13 to 17.6
2 parents 610a6c1 + 4b5570b commit ea10266

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

database/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# SPDX-License-Identifier: Apache-2.0
55

6-
FROM postgres:15.13
6+
FROM postgres:17.6
77
RUN chmod a+rwx /docker-entrypoint-initdb.d
88
COPY --chown=postgres:postgres *.sh /docker-entrypoint-initdb.d/
99
COPY --chown=postgres:postgres *.sql /docker-entrypoint-initdb.d/

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ version: "2.1"
1717
services:
1818
database:
1919
build: ./database
20-
image: rsd/database:3.0.0
20+
image: rsd/database:4.0.0
2121
ports:
2222
# enable connection from outside (development mode)
2323
- "5432:5432"

0 commit comments

Comments
 (0)