This is an automated email from the ASF dual-hosted git repository.

asq pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-crail.git

commit 0cdb5208cecb5c5092ce822c7138b87222f2052c
Author: Adrian Schuepbach <a...@apache.org>
AuthorDate: Tue Nov 26 11:35:30 2019 +0100

    Updated version in Docker files
    
    Signed-off-by: Adrian Schuepbach <a...@apache.org>
---
 docker/Dockerfile      | 2 +-
 docker/RDMA/Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index 762406e..249efeb 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -17,7 +17,7 @@ FROM ubuntu:18.04
 MAINTAINER Apache Crail <d...@crail.apache.org>
 
 # TODO: automate update version on new release
-ARG GIT_COMMIT="master"
+ARG GIT_COMMIT="v1.2"
 ENV LOG_COMMIT=$GIT_COMMIT
 
 RUN echo "Crail-$LOG_COMMIT install openjdk8, git and envsubst" && \
diff --git a/docker/RDMA/Dockerfile b/docker/RDMA/Dockerfile
index c161e83..bac14f8 100644
--- a/docker/RDMA/Dockerfile
+++ b/docker/RDMA/Dockerfile
@@ -14,7 +14,7 @@
 # limitations under the License.)
 
 # TODO: automate update version
-FROM apache/incubator-crail:1.1
+FROM apache/incubator-crail:1.2
 MAINTAINER Apache Crail <d...@crail.apache.org>
 
 RUN echo "Crail-$LOG_COMMIT install rdma libraries and autotools" && \

Reply via email to