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

role back docker build image and docker deploy image to ubuntu:xenial… #10338

Merged
merged 1 commit into from
Feb 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <[email protected]>"

# install tools and dependencies
Expand Down