From 71ed9f5fffe80a1f21992002e133c8bc3a5d7b4f Mon Sep 17 00:00:00 2001 From: "Denis S. Soldatov aka General-Beck" Date: Fri, 20 Jan 2017 00:33:27 +0400 Subject: [PATCH] update gitlab-ci fix build docker image in debian [ci skip] --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 82e6d4895..8513919bc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -49,7 +49,7 @@ linux-stable: name: "stable-x86_64-unknown-linux-gnu_parity" linux-stable-debian: stage: build - image: ethcore/rust:debian + image: ethcore/rust-debian:latest only: - beta - tags