Using Alpine variant for Docker

This commit is contained in:
Pablo Ferreiro
2022-06-28 20:35:11 +02:00
parent eaa76f0dd9
commit dd6a72eace
9 changed files with 91 additions and 78 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "signtok",
"version": "1.1.2",
"version": "1.1.3",
"description": "Sign your TikTok requests easily",
"repository": "https://github.com/pablouser1/SignTok",
"author": "Pablo Ferreiro",
@@ -11,7 +11,7 @@
"vercel-build": "yum -y install libuuid-devel libmount-devel && cp /lib64/{libuuid,libmount,libblkid}.so.1 node_modules/canvas/build/Release/"
},
"dependencies": {
"canvas": "^2.9.1",
"canvas": "^2.9.3",
"jsdom": "^19.0.0"
}
}