Upgrade wsdd to 0.6.2.
This commit is contained in:
parent
67d033ad0c
commit
7088f5c8a9
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.5/src/wsdd.py -o wsdd.py && apk del curl
|
||||
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
|
||||
|
||||
copy docker-cmd.sh .
|
||||
|
||||
|
|
Loading…
Reference in a new issue