From b458d075fe7d56825fa50c5c9a51a1e723727e5b Mon Sep 17 00:00:00 2001 From: Benjamin Bohard Date: Thu, 3 Sep 2020 08:48:14 +0200 Subject: [PATCH] Force checkout on commit to invalidate tamarin cache --- resources/com/cadoles/tamarin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/com/cadoles/tamarin/Dockerfile b/resources/com/cadoles/tamarin/Dockerfile index d753b67..56d4e11 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=0d5470e +ARG TAMARIN_VERSION=253c774 RUN apk add --no-cache git docker python3 bash