mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 05:15:25 +02:00
chore(docker): upgrade Docker CLI version (#1841)
This commit is contained in:
parent
f0317d6d87
commit
dea5038c93
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ module.exports = function (grunt) {
|
||||||
// Project configuration.
|
// Project configuration.
|
||||||
grunt.initConfig({
|
grunt.initConfig({
|
||||||
distdir: 'dist/public',
|
distdir: 'dist/public',
|
||||||
shippedDockerVersion: '17.09.0-ce',
|
shippedDockerVersion: '18.03.0-ce',
|
||||||
pkg: grunt.file.readJSON('package.json'),
|
pkg: grunt.file.readJSON('package.json'),
|
||||||
config: gruntfile_cfg.config,
|
config: gruntfile_cfg.config,
|
||||||
src: gruntfile_cfg.src,
|
src: gruntfile_cfg.src,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue