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

dep(api): Support Docker Stack 3.8 (#4333)

- Linux: Update Docker binary to version 19.03.13
- Windows: Update Docker binary to version 19.03.12
This commit is contained in:
Olli Janatuinen 2021-01-14 23:05:33 +02:00 committed by GitHub
parent 0c2987893d
commit 7a03351df8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View file

@ -17,8 +17,8 @@ module.exports = function (grunt) {
root: 'dist',
distdir: 'dist/public',
binaries: {
dockerLinuxVersion: '18.09.3',
dockerWindowsVersion: '17.09.0-ce',
dockerLinuxVersion: '19.03.13',
dockerWindowsVersion: '19-03-12',
komposeVersion: 'v1.21.0',
kubectlVersion: 'v1.18.0',
},