bump heralding to latest master

This commit is contained in:
t3chn0m4g3 2020-10-28 17:27:09 +00:00
parent a3d40cc57c
commit c3809b5a98

View file

@ -1,4 +1,4 @@
FROM alpine:3.12
FROM alpine:3.12.1
#
# Include dist
ADD dist/ /root/dist/
@ -23,7 +23,7 @@ RUN sed -i 's/dl-cdn/dl-2/g' /etc/apk/repositories && \
cd /opt/ && \
git clone https://github.com/johnnykv/heralding && \
cd heralding && \
git checkout bc1320e2d056c730c821cd42a19a262bfceebfd7 && \
git checkout 9e9e9218f053c515ebb234667fb5575e6154ffa5 && \
pip3 install --no-cache-dir -r requirements.txt && \
pip3 install --no-cache-dir . && \
#