mirror of
https://github.com/docker/compose.git
synced 2025-07-29 00:24:12 +02:00
Merge branch 'release'
Signed-off-by: Joffrey F <joffrey@docker.com>
This commit is contained in:
commit
27447d9144
@ -1,6 +1,14 @@
|
|||||||
Change log
|
Change log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
1.20.1 (2018-03-21)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
### Bugfixes
|
||||||
|
|
||||||
|
- Fixed an issue where `docker-compose build` would error out if the
|
||||||
|
build context contained directory symlinks
|
||||||
|
|
||||||
1.20.0 (2018-03-20)
|
1.20.0 (2018-03-20)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
VERSION="1.20.0"
|
VERSION="1.20.1"
|
||||||
IMAGE="docker/compose:$VERSION"
|
IMAGE="docker/compose:$VERSION"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user