role back docker build image and docker deploy image to ubuntu:xenial based (#10338)

This commit is contained in:
gabriel klawitter 2019-02-12 20:52:30 +01:00 committed by GitHub
parent a3883ca5d9
commit ea589a17a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ stages:
- publish-onchain
- optional
image: parity/rust-parity-ethereum-build:stretch
image: parity/rust:gitlab-ci
variables:
GIT_STRATEGY: fetch

View File

@ -1,4 +1,4 @@
FROM debian:stretch
FROM ubuntu:xenial
LABEL MAINTAINER="Parity Technologies <devops-team@parity.io>"
# install tools and dependencies