1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-09 07:45:22 +02:00

chore(build): remove grunt and add makefile [EE-4824] (#8125)

This commit is contained in:
Chaim Lev-Ari 2023-05-02 10:13:37 +07:00 committed by GitHub
parent 731f3959c7
commit f20d3e72b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 277 additions and 1407 deletions

6
binary-version.json Normal file
View file

@ -0,0 +1,6 @@
{
"docker": "v20.10.21",
"dockerCompose": "v2.17.2",
"helm": "v3.11.3",
"kubectl": "v1.26.3"
}