Skip to content

Commit

Permalink
docs: fix docker example to use Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
sgratzl authored Nov 19, 2021
1 parent c4c8c7a commit 28f74ab
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 @@ -124,7 +124,7 @@ Admin](https://get.slack.help/hc/en-us/articles/218124397-Change-a-member-s-role
There is no direct docker file available, however since it is a python module one can easily create one:

```
FROM python:3.7-alpine
FROM python:3.9-alpine
LABEL maintainer="Samuel Gratzl <[email protected]>"
Expand Down

0 comments on commit 28f74ab

Please sign in to comment.