Skip to content

Commit 6e0d43a

Browse files
committed
use node v16 in docker-compose.yml
1 parent d3e38c0 commit 6e0d43a

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
@@ -3,7 +3,7 @@ version: '3'
33

44
services:
55
bot:
6-
image: node:13
6+
image: node:16
77
command: yarn start
88
depends_on:
99
- postgres

0 commit comments

Comments
 (0)