role back docker build image and docker deploy image to ubuntu:xenial based (#10338)
This commit is contained in:
parent
a3883ca5d9
commit
ea589a17a4
@ -5,7 +5,7 @@ stages:
|
|||||||
- publish-onchain
|
- publish-onchain
|
||||||
- optional
|
- optional
|
||||||
|
|
||||||
image: parity/rust-parity-ethereum-build:stretch
|
image: parity/rust:gitlab-ci
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: fetch
|
GIT_STRATEGY: fetch
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM debian:stretch
|
FROM ubuntu:xenial
|
||||||
LABEL MAINTAINER="Parity Technologies <devops-team@parity.io>"
|
LABEL MAINTAINER="Parity Technologies <devops-team@parity.io>"
|
||||||
|
|
||||||
# install tools and dependencies
|
# install tools and dependencies
|
||||||
|
Loading…
Reference in New Issue
Block a user