1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

chore(build-system): update docker binary version

This commit is contained in:
Anthony Lapenna 2018-05-08 19:53:10 +02:00
parent 4d79259748
commit a83ea1554c

View file

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