From c3809b5a9804409ee1e950650eaf5af6622cd010 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Wed, 28 Oct 2020 17:27:09 +0000 Subject: [PATCH] bump heralding to latest master --- docker/heralding/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/heralding/Dockerfile b/docker/heralding/Dockerfile index 7f593621..a41f1f14 100644 --- a/docker/heralding/Dockerfile +++ b/docker/heralding/Dockerfile @@ -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 . && \ #