diff --git a/docs/source/howto/breaking_changes.md b/docs/source/howto/breaking_changes.md index 7b16ea3f..80ab1ed0 100644 --- a/docs/source/howto/breaking_changes.md +++ b/docs/source/howto/breaking_changes.md @@ -21,3 +21,6 @@ As a last resort you can install an older version of repo2docker locally, build ```dockerfile FROM //: ``` + +This image will contain a frozen version of your repository at the time the image was built. +You will need to rebuild and push it everytime your repository is modified.