Skip to content

Commit 7969e8e

Browse files
chore(deps): update postgres docker tag to v17.5 (#506)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d0f8c9f commit 7969e8e

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/elixir.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

instrumentation/opentelemetry_dataloader/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.7"
22

33
services:
44
postgres:
5-
image: postgres:17.4
5+
image: postgres:17.5
66
environment:
77
- POSTGRES_USER=postgres
88
- POSTGRES_PASSWORD=postgres

instrumentation/opentelemetry_ecto/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ version: "3.7"
22

33
services:
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

instrumentation/opentelemetry_oban/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: "3.7"
22

33
services:
44
postgres:
5-
image: postgres:17.4
5+
image: postgres:17.5
66
environment:
77
- POSTGRES_USER=postgres
88
- POSTGRES_PASSWORD=postgres

0 commit comments

Comments
 (0)