From b52cac4f42e22499efb30476fb56ac61ff18016e Mon Sep 17 00:00:00 2001 From: Benjamin Bohard Date: Wed, 16 Sep 2020 10:32:07 +0200 Subject: [PATCH] Revert "Force commit to invalidate tamarin cache" This reverts commit 7c80e8c6ccf40daa4f8bef10abc61f864a075cf5. --- resources/com/cadoles/tamarin/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/com/cadoles/tamarin/Dockerfile b/resources/com/cadoles/tamarin/Dockerfile index b0acef4..afb04be 100644 --- a/resources/com/cadoles/tamarin/Dockerfile +++ b/resources/com/cadoles/tamarin/Dockerfile @@ -5,7 +5,7 @@ ARG HTTPS_PROXY= ARG http_proxy= ARG https_proxy= -ARG TAMARIN_VERSION=cad163f +ARG TAMARIN_VERSION=develop RUN apk add --no-cache git docker python3 bash @@ -23,4 +23,4 @@ VOLUME /dist ADD run-tamarin.sh /usr/local/bin/run-tamarin RUN chmod +x /usr/local/bin/run-tamarin -CMD /usr/local/bin/run-tamarin +CMD /usr/local/bin/run-tamarin \ No newline at end of file