@@ -1,5 +1,6 @@
FROM registry.sdsys.ru/build-image:alpine-3.10-1 as build
ARG branch=release
+ARG gradle_version=5.2.1
COPY id_rsa /root/.ssh
RUN gradle -v \
&& printf "Host git.alfatell.ru \n\tStrictHostKeyChecking no" > /root/.ssh/config \