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 . && \ #