From a83ea1554c14b391339783971a6b1e265379a133 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Tue, 8 May 2018 19:53:10 +0200 Subject: [PATCH] chore(build-system): update docker binary version --- gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gruntfile.js b/gruntfile.js index 8e0f3d3f3..a3b79f67f 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -79,7 +79,7 @@ module.exports = function (grunt) { // Project configuration. grunt.initConfig({ distdir: 'dist/public', - shippedDockerVersion: '18.03.0-ce', + shippedDockerVersion: '18.03.1-ce', pkg: grunt.file.readJSON('package.json'), config: gruntfile_cfg.config, src: gruntfile_cfg.src,