Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v17.1 (#1149)
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, 2024
1 parent 823d3fd commit 0292c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- redis

db:
image: postgres:17.0-alpine3.20
image: postgres:17.1-alpine3.20
container_name: db
ports:
- 5432:5432
Expand Down

0 comments on commit 0292c89

Please sign in to comment.