release 0.0.2a2 (#1)
* Build master and stable branches * Updated README.md * Added github action to publish package * Updated python to 3.8.2-r1 for docker images * poetry update * 0.0.2a2 * Hotfix: Build latest docker image from Dockerfile.dev
This commit is contained in:
parent
d58f0e29ed
commit
236e372e00
7 changed files with 178 additions and 134 deletions
|
@ -1,8 +1,8 @@
|
|||
FROM alpine:3.11
|
||||
|
||||
ENV PYTHON_VERSION=3.8.2-r0
|
||||
ENV PYTHON_VERSION=3.8.2-r1
|
||||
ENV APP_PORT 8080
|
||||
ENV BUTTERROBOT_VERSION 0.0.2a1
|
||||
ENV BUTTERROBOT_VERSION 0.0.2a2
|
||||
ENV EXTRA_DEPENDENCIES ""
|
||||
|
||||
COPY bin/start-server.sh /usr/local/bin/start-server
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue