Skip to content

Commit 39fe491

Browse files
committed
Release v2.0.0-beta.2
Thanks to @nvdk @Denperidge 🙏 New features: - Improve documentation - Auto install dependencies in development mode Fixes since v2.0.0-beta.1: - Fix startup script
1 parent a153433 commit 39fe491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Template for [mu.semte.ch](http://mu.semte.ch)-microservices written in Python3.
66

77
Create a `Dockerfile` which extends the `semtech/mu-python-template`-image and set a maintainer.
88
```docker
9-
FROM semtech/mu-python-template:2.0.0-beta.1
9+
FROM semtech/mu-python-template:2.0.0-beta.2
1010
LABEL maintainer="[email protected]"
1111
```
1212

0 commit comments

Comments
 (0)