Skip to content

Commit

Permalink
Release v2.0.0-beta.2
Browse files Browse the repository at this point in the history
Thanks to @nvdk @Denperidge 🙏

New features:
- Improve documentation
- Auto install dependencies in development mode

Fixes since v2.0.0-beta.1:
- Fix startup script
  • Loading branch information
erikap committed Mar 27, 2023
1 parent a153433 commit 39fe491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Template for [mu.semte.ch](http://mu.semte.ch)-microservices written in Python3.

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

Expand Down

0 comments on commit 39fe491

Please sign in to comment.