1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 08:19:40 +02:00

fix(security): update dependency and binary version [EE-4863] (#8394)

This commit is contained in:
Oscar Zhou 2023-02-23 22:29:48 +13:00 committed by GitHub
parent 5507b1e8c9
commit 1b12ee9f01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 68 additions and 69 deletions

View file

@ -27,8 +27,8 @@ module.exports = function (grunt) {
distdir: 'dist/public',
binaries: {
dockerVersion: 'v20.10.21',
dockerComposePluginVersion: 'v2.13.0',
helmVersion: 'v3.9.3',
dockerComposePluginVersion: 'v2.16.0',
helmVersion: 'v3.11.0',
kubectlVersion: 'v1.24.1',
},
env: gruntConfig.env,