Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 12, 2023
1 parent 200d493 commit 96982bb
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 @@ -15,7 +15,7 @@ services:
networks:
- app-network
postgresdb:
image: postgres:13.2
image: postgres:13.12
command: postgres -c 'max_connections=2000'
ports:
- "127.0.0.1:5432:5432"
Expand Down

0 comments on commit 96982bb

Please sign in to comment.