From 84ea1696bdde48f0c9cd0d315a304a8a8a9d466d Mon Sep 17 00:00:00 2001 From: IldarMinaev Date: Mon, 28 Apr 2025 17:28:38 +0400 Subject: [PATCH] fix: fix version of qubership-docker-integration-tests --- test/robot-tests/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/robot-tests/Dockerfile b/test/robot-tests/Dockerfile index 03460de0..fb6603fd 100644 --- a/test/robot-tests/Dockerfile +++ b/test/robot-tests/Dockerfile @@ -1,6 +1,6 @@ # All releases https://github.com/Netcracker/qubership-docker-integration-tests/releases # Based on python:3.13.1-alpine3.21 -FROM ghcr.io/netcracker/qubership-docker-integration-tests:main +FROM ghcr.io/netcracker/qubership-docker-integration-tests:0.2.1 ENV ROBOT_OUTPUT=${ROBOT_HOME}/output \ ROBOT_UID=1000 \