Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v13.13 (#244)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 15, 2023
1 parent 1bf2f7f commit 06278d7
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.12
image: postgres:13.13
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.12
image: postgres:13.13
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.12
image: postgres:13.13
environment:
- POSTGRES_USER=postgres
- POSTGRES_PASSWORD=postgres
Expand Down

0 comments on commit 06278d7

Please sign in to comment.