File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ jobs:
171171 matrix : ${{ fromJson(needs.test-matrix.outputs.matrix) }}
172172 services :
173173 postgres :
174- image : postgres:17.4
174+ image : postgres:17.5
175175 ports :
176176 - 5432:5432
177177 options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
@@ -180,7 +180,7 @@ jobs:
180180 POSTGRES_PASSWORD : postgres
181181 POSTGRES_DB : opentelemetry_ecto_test
182182 postgres-r1 :
183- image : postgres:17.4
183+ image : postgres:17.5
184184 ports :
185185 - 5433:5432
186186 options : --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3.7"
22
33services :
44 postgres :
5- image : postgres:17.4
5+ image : postgres:17.5
66 environment :
77 - POSTGRES_USER=postgres
88 - POSTGRES_PASSWORD=postgres
Original file line number Diff line number Diff line change @@ -2,15 +2,15 @@ version: "3.7"
22
33services :
44 postgres :
5- image : postgres:17.4
5+ image : postgres:17.5
66 environment :
77 - POSTGRES_USER=postgres
88 - POSTGRES_PASSWORD=postgres
99 ports :
1010 - 5432:5432
1111
1212 postgres-r1 :
13- image : postgres:17.4
13+ image : postgres:17.5
1414 environment :
1515 - POSTGRES_USER=postgres
1616 - POSTGRES_PASSWORD=postgres
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3.7"
22
33services :
44 postgres :
5- image : postgres:17.4
5+ image : postgres:17.5
66 environment :
77 - POSTGRES_USER=postgres
88 - POSTGRES_PASSWORD=postgres
You can’t perform that action at this time.
0 commit comments