From dea5038c934c16ec23dc95b37dc1ca4ab46567ee Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Wed, 25 Apr 2018 21:29:23 +0200 Subject: [PATCH] chore(docker): upgrade Docker CLI version (#1841) --- gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gruntfile.js b/gruntfile.js index 145789cf4..8e0f3d3f3 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -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,