From 499aaca632d81654b841e9e2cdbf544071a15ff4 Mon Sep 17 00:00:00 2001 From: Benjamin Bohard Date: Wed, 16 Sep 2020 17:08:15 +0200 Subject: [PATCH] Revert "Force commit to invalidate tamarin cache" This reverts commit 61f5eb8d3da179d93afb08aec914ca3dc9700960. --- 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 ad59228..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=c83e619 +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