feat(build-system): update shippedDockerVersion to 18.06.1-ce (#2281)

pull/2297/head
Anthony Lapenna 2018-09-17 09:26:37 +08:00 committed by GitHub
parent 22450bbdeb
commit b192b098ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ module.exports = function (grunt) {
grunt.initConfig({
root: 'dist',
distdir: 'dist/public',
shippedDockerVersion: '18.03.1-ce',
shippedDockerVersion: '18.06.1-ce',
shippedDockerVersionWindows: '17.09.0-ce',
pkg: grunt.file.readJSON('package.json'),
config: gruntfile_cfg.config,