You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
* If the given URL is http://github.com/... and returns 404, then try to download the archive with the `gh` command and try to download the archive at http://github.com/...
12
12
* Allow starman's --user option to be specified in the MT_UID environment variable.
13
13
14
+
### Changed
15
+
16
+
* Update default docker version of mt-watcher to 29.1.3.
17
+
18
+
The DOCKER_VERSION environment variable can be used to override the default version.
19
+
```
20
+
$ make up-psgi DOCKER_VERSION=28.5.2 # If you want to use an older specific version
0 commit comments