From 6b251d8336a40d6e57e4ae5ab3d1a057a02da99a Mon Sep 17 00:00:00 2001
From: balaskoa <Jeno.Balasko@ericsson.com>
Date: Fri, 30 Oct 2020 16:05:20 +0100
Subject: [PATCH] version check in docker

Signed-off-by: balaskoa <Jeno.Balasko@ericsson.com>
Change-Id: If0b047da59ea015fad0567e33c42f8b4670d6060
---
 docker/Dockerfile.alpine | 2 +-
 docker/Dockerfile.ubuntu | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docker/Dockerfile.alpine b/docker/Dockerfile.alpine
index edfd6b358..a79a155ff 100644
--- a/docker/Dockerfile.alpine
+++ b/docker/Dockerfile.alpine
@@ -18,7 +18,7 @@ RUN echo 'sh' >> /home/titan/.bashrc
 WORKDIR /home/titan
 RUN git clone https://github.com/eclipse/titan.core.git
 WORKDIR /home/titan/titan.core/
-RUN git checkout tags/7.1.1
+RUN git checkout tags/7.2.0
 
 ## SET UP ENV VARIABLES
 ENV TTCN3_DIR=/home/titan/titan.core/Install
diff --git a/docker/Dockerfile.ubuntu b/docker/Dockerfile.ubuntu
index 3002cfbb7..be8ccbe8c 100644
--- a/docker/Dockerfile.ubuntu
+++ b/docker/Dockerfile.ubuntu
@@ -24,9 +24,9 @@ ENV PATH=$TTCN3_DIR/bin:$PATH \
 ## CLONE TITAN
 WORKDIR /home/titan/
 RUN git clone https://github.com/eclipse/titan.core.git
-# Checkout release 7.1.1
+# Checkout release 7.2.0
 WORKDIR /home/titan/titan.core
-RUN git checkout tags/7.1.1
+RUN git checkout tags/7.2.0
 
 ## SET Makefile.personal
 # TTCN3_DIR := /home/titan/titan.core/Install
-- 
GitLab