Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v13.9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 11, 2022
1 parent b474192 commit 9af37f8
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 @@ -44,7 +44,7 @@ services:
networks:
- app-network
postgresdb:
image: postgres:13.2
image: postgres:13.9
command: postgres -c 'max_connections=2000'
ports:
- "127.0.0.1:5432:5432"
Expand Down

0 comments on commit 9af37f8

Please sign in to comment.