From 3ab042236125bd6488a7ddef7aed1987f1430b19 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Thu, 3 Oct 2019 11:23:07 +1300 Subject: [PATCH] Revert "feat(build-system): bump Docker binary version to 19.03.2 (#3202)" (#3210) This reverts commit ed70d0fb2b8479fc480c59d3f1b9bed3a6da334d. --- gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gruntfile.js b/gruntfile.js index abdbb22d1..d12992dae 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -16,7 +16,7 @@ module.exports = function(grunt) { grunt.initConfig({ root: 'dist', distdir: 'dist/public', - shippedDockerVersion: '19.03.2', + shippedDockerVersion: '18.09.3', shippedDockerVersionWindows: '17.09.0-ce', config: gruntfile_cfg.config, env: gruntfile_cfg.env,