From 61f5eb8d3da179d93afb08aec914ca3dc9700960 Mon Sep 17 00:00:00 2001 From: Benjamin Bohard Date: Wed, 16 Sep 2020 14:33:44 +0200 Subject: [PATCH] Force commit to invalidate tamarin cache --- 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 afb04be..ad59228 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=develop +ARG TAMARIN_VERSION=c83e619 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 \ No newline at end of file +CMD /usr/local/bin/run-tamarin