bump heralding to latest master

This commit is contained in:
t3chn0m4g3 2021-11-16 18:23:25 +00:00
parent b214db6e9d
commit adee51bee5

View file

@ -10,7 +10,7 @@ RUN apk -U --no-cache add \
libcap \
libffi-dev \
openssl-dev \
libzmq \
py3-pyzmq \
postgresql-dev \
py3-pip \
python3 \
@ -21,7 +21,7 @@ RUN apk -U --no-cache add \
cd /opt/ && \
git clone https://github.com/johnnykv/heralding && \
cd heralding && \
git checkout 3f38976a2ab4d884d755b6324f2c71923ddadbdb && \
git checkout c31f99c55c7318c09272d8d9998e560c3d4de9aa && \
pip3 install --upgrade pip && \
pip3 install --no-cache-dir -r requirements.txt && \
pip3 install --no-cache-dir . && \