1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

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

This commit is contained in:
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

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,