From ed70d0fb2b8479fc480c59d3f1b9bed3a6da334d Mon Sep 17 00:00:00 2001 From: Pierre Kisters Date: Sun, 29 Sep 2019 23:22:04 +0200 Subject: [PATCH] feat(build-system): bump Docker binary version to 19.03.2 (#3202) --- gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gruntfile.js b/gruntfile.js index d12992dae..abdbb22d1 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -16,7 +16,7 @@ module.exports = function(grunt) { grunt.initConfig({ root: 'dist', distdir: 'dist/public', - shippedDockerVersion: '18.09.3', + shippedDockerVersion: '19.03.2', shippedDockerVersionWindows: '17.09.0-ce', config: gruntfile_cfg.config, env: gruntfile_cfg.env,