diff --git a/resources/com/cadoles/tamarin/Dockerfile b/resources/com/cadoles/tamarin/Dockerfile index 04dc824..afb04be 100644 --- a/resources/com/cadoles/tamarin/Dockerfile +++ b/resources/com/cadoles/tamarin/Dockerfile @@ -9,7 +9,7 @@ ARG TAMARIN_VERSION=develop RUN apk add --no-cache git docker python3 bash -RUN git clone http://192.168.30.152/Cadoles/Tamarin /tamarin\ +RUN git clone http://forge.cadoles.com/Cadoles/Tamarin /tamarin\ && cd /tamarin\ && git checkout ${TAMARIN_VERSION}