Владимир Томишинец 5 years ago
parent
commit
572772e9e3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -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 \