Skip to content

Commit a4ee9fe

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

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

0 commit comments

Comments
 (0)