From 5ca9501540b6218dc2956c7217cfc05d2e057d9c Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Fri, 1 Mar 2019 14:45:36 +1300 Subject: [PATCH] dep(api): update docker binary version to 18.09.3 (#2749) --- gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gruntfile.js b/gruntfile.js index f2673834f..e7fd2d054 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -85,7 +85,7 @@ module.exports = function(grunt) { grunt.initConfig({ root: 'dist', distdir: 'dist/public', - shippedDockerVersion: '18.09.0', + shippedDockerVersion: '18.09.3', shippedDockerVersionWindows: '17.09.0-ce', pkg: grunt.file.readJSON('package.json'), config: gruntfile_cfg.config,