Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v16 (mikro-orm#4710)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 18, 2023
1 parent 63c8e74 commit 33a8f69
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 @@ -30,7 +30,7 @@ services:
- mariadb:/var/lib/mysql

postgre:
image: postgres:15.4
image: postgres:16.0
ports:
- "5432:5432"
volumes:
Expand Down

0 comments on commit 33a8f69

Please sign in to comment.