Skip to content

Commit bcd5fa2

Browse files
chore(deps): update postgres docker tag to v13.10
1 parent 24b9839 commit bcd5fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
networks:
1616
- app-network
1717
postgresdb:
18-
image: postgres:13.2
18+
image: postgres:13.10
1919
command: postgres -c 'max_connections=2000'
2020
ports:
2121
- "127.0.0.1:5432:5432"

0 commit comments

Comments
 (0)