Bump version to 0.7.0.
This commit is contained in:
parent
7088f5c8a9
commit
f2a4c5c4a6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM python:3-alpine
|
|||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
RUN apk add --no-cache curl bash && curl https://raw.githubusercontent.com/christgau/wsdd/v0.6.2/src/wsdd.py -o wsdd.py && apk del curl
|
||||
RUN apk add --no-cache curl bash && curl https://raw.githubusercontent.com/christgau/wsdd/v0.7.0/src/wsdd.py -o wsdd.py && apk del curl
|
||||
|
||||
copy docker-cmd.sh .
|
||||
|
||||
|
|
Loading…
Reference in a new issue