Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v17.2 (#1155)
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 Dec 25, 2024
1 parent 8420cf7 commit 0f899a3
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.1-alpine3.20
image: postgres:17.2-alpine3.20
container_name: db
ports:
- 5432:5432
Expand Down

0 comments on commit 0f899a3

Please sign in to comment.