Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
role back docker build image and docker deploy image to ubuntu:xenial…
Browse files Browse the repository at this point in the history
… based (#10338)
  • Loading branch information
gabreal authored and 5chdn committed Feb 13, 2019
1 parent 792c33e commit 48d2aae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ stages:
- publish-onchain
- optional

image: parity/rust-parity-ethereum-build:stretch
image: parity/rust:gitlab-ci

variables:
GIT_STRATEGY: fetch
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/hub/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:stretch
FROM ubuntu:xenial
LABEL MAINTAINER="Parity Technologies <devops-team@parity.io>"

# install tools and dependencies
Expand Down

0 comments on commit 48d2aae

Please sign in to comment.