Skip to content

Commit 853ff52

Browse files
chore(deps): update postgres docker tag to v17.1 (#411)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c3d1c8c commit 853ff52

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.0
5+
image: postgres:17.1
66
environment:
77
- POSTGRES_USER=postgres
88
- POSTGRES_PASSWORD=postgres

instrumentation/opentelemetry_ecto/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.0
5+
image: postgres:17.1
66
environment:
77
- POSTGRES_USER=postgres
88
- 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.0
5+
image: postgres:17.1
66
environment:
77
- POSTGRES_USER=postgres
88
- POSTGRES_PASSWORD=postgres

0 commit comments

Comments
 (0)