Skip to content

Commit c94efad

Browse files
Update postgres Docker tag to v17
1 parent 2f998fd commit c94efad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/integration-test/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ services:
7676
- ./ontology/migration/R__Load_latest_ui_profile.sql:/opt/dataportal-backend/ontology/migration/R__Load_latest_ui_profile.sql
7777
- ./secrets:/opt/dataportal-security
7878
dataportal-postgres:
79-
image: 'postgres:16-alpine'
79+
image: 'postgres:17-alpine'
8080
container_name: dataportal-postgres
8181
ports:
8282
- "5432:5432"
@@ -125,7 +125,7 @@ services:
125125
restart: unless-stopped
126126

127127
auth-db:
128-
image: postgres:16-alpine
128+
image: postgres:17-alpine
129129
restart: unless-stopped
130130
environment:
131131
POSTGRES_DB: "keycloakdb"

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ services:
9797

9898
dataportal-postgres:
9999
container_name: dataportal-postgres
100-
image: 'postgres:16-alpine'
100+
image: 'postgres:17-alpine'
101101
ports:
102102
- ${DATAPORTAL_BACKEND_DB_PORT:-127.0.0.1:5432}:5432
103103
environment:

0 commit comments

Comments
 (0)