Skip to content

Commit 5bfb03b

Browse files
chore(deps): update postgres docker tag to v13.10
1 parent e6f244b commit 5bfb03b

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
@@ -44,7 +44,7 @@ services:
4444
networks:
4545
- app-network
4646
postgresdb:
47-
image: postgres:13.2
47+
image: postgres:13.10
4848
command: postgres -c 'max_connections=2000'
4949
ports:
5050
- "127.0.0.1:5432:5432"

0 commit comments

Comments
 (0)