File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ services:
76
76
- ./ontology/migration/R__Load_latest_ui_profile.sql:/opt/dataportal-backend/ontology/migration/R__Load_latest_ui_profile.sql
77
77
- ./secrets:/opt/dataportal-security
78
78
dataportal-postgres :
79
- image : ' postgres:16 -alpine'
79
+ image : ' postgres:17 -alpine'
80
80
container_name : dataportal-postgres
81
81
ports :
82
82
- " 5432:5432"
@@ -125,7 +125,7 @@ services:
125
125
restart : unless-stopped
126
126
127
127
auth-db :
128
- image : postgres:16 -alpine
128
+ image : postgres:17 -alpine
129
129
restart : unless-stopped
130
130
environment :
131
131
POSTGRES_DB : " keycloakdb"
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ services:
97
97
98
98
dataportal-postgres :
99
99
container_name : dataportal-postgres
100
- image : ' postgres:16 -alpine'
100
+ image : ' postgres:17 -alpine'
101
101
ports :
102
102
- ${DATAPORTAL_BACKEND_DB_PORT:-127.0.0.1:5432}:5432
103
103
environment :
You can’t perform that action at this time.
0 commit comments