feat: node 改成較早的 tag

This commit is contained in:
Pochang Lee 2022-07-18 18:18:33 +08:00
parent 3707f158a3
commit 1a9f8199cc
No known key found for this signature in database
GPG Key ID: 211014730D0AD4DE

View File

@ -1,7 +1,7 @@
version: '3.2'
services:
web:
image: node:14
image: node:14.0-buster-slim
command: ./start.sh
environment:
SUBMIT_ENDPOINT: 'https://api.contree.io/profile'