dep(api): update docker binary version to 18.09.3 (#2749)

pull/1959/merge
Anthony Lapenna 2019-03-01 14:45:36 +13:00 committed by GitHub
parent 415c1759d1
commit 5ca9501540
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,