chore(docker): upgrade Docker CLI version (#1841)

pull/1842/head
Anthony Lapenna 2018-04-25 21:29:23 +02:00 committed by GitHub
parent f0317d6d87
commit dea5038c93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ module.exports = function (grunt) {
// Project configuration.
grunt.initConfig({
distdir: 'dist/public',
shippedDockerVersion: '17.09.0-ce',
shippedDockerVersion: '18.03.0-ce',
pkg: grunt.file.readJSON('package.json'),
config: gruntfile_cfg.config,
src: gruntfile_cfg.src,