Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v16 (#242)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Bryan Naegele <[email protected]>
  • Loading branch information
renovate[bot] and bryannaegele authored Nov 15, 2023
1 parent 06278d7 commit e4fc50d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
postgres:
image: postgres:13.13
image: postgres:16.1
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/opentelemetry_ecto/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
postgres:
image: postgres:13.13
image: postgres:16.1
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
Expand Down
2 changes: 1 addition & 1 deletion instrumentation/opentelemetry_oban/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
postgres:
image: postgres:13.13
image: postgres:16.1
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
Expand Down

0 comments on commit e4fc50d

Please sign in to comment.