1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-07 23:05:26 +02:00

fix(security): update dependency and binary version [EE-5798] (#10192)

This commit is contained in:
Oscar Zhou 2023-09-05 17:23:12 +12:00 committed by GitHub
parent a02f9f1f07
commit 0f1e77a6d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 30 additions and 21 deletions

View file

@ -1,6 +1,6 @@
{
"docker": "v20.10.21",
"dockerCompose": "v2.20.2",
"helm": "v3.12.2",
"kubectl": "v1.26.3"
"dockerCompose": "v2.20.3",
"helm": "v3.12.3",
"kubectl": "v1.28.1"
}