Skip to content

Commit 5d16ba2

Browse files
chore(deps): update postgres docker tag to v17.4 (#504)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | postgres | service | minor | `17.2` -> `17.4` | | postgres | | minor | `17.2` -> `17.4` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-erlang-contrib). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
1 parent a86bee1 commit 5d16ba2

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.2
174+
image: postgres:17.4
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.2
183+
image: postgres:17.4
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.2
5+
image: postgres:17.4
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.2
5+
image: postgres:17.4
66
environment:
77
- POSTGRES_USER=postgres
88
- POSTGRES_PASSWORD=postgres
99
ports:
1010
- 5432:5432
1111

1212
postgres-r1:
13-
image: postgres:17.2
13+
image: postgres:17.4
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.2
5+
image: postgres:17.4
66
environment:
77
- POSTGRES_USER=postgres
88
- POSTGRES_PASSWORD=postgres

0 commit comments

Comments
 (0)