mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 18:41:03 +00:00
dockerfiles: upgrade to ubuntu:20.04; some chore (#3828)
* dockerfiles: upgrade to ubuntu:20.04; some chore * dockerfiles: fq container names
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#
|
||||
# See the `deployments/README.md` for all the available `PROJECT` values.
|
||||
|
||||
FROM paritytech/bridges-ci:latest as builder
|
||||
FROM docker.io/paritytech/bridges-ci:latest as builder
|
||||
WORKDIR /parity-bridges-common
|
||||
|
||||
COPY . .
|
||||
@@ -19,7 +19,7 @@ RUN cargo build --release --verbose -p ${PROJECT} && \
|
||||
|
||||
# In this final stage we copy over the final binary and do some checks
|
||||
# to make sure that everything looks good.
|
||||
FROM ubuntu:20.04 as runtime
|
||||
FROM docker.io/library/ubuntu:20.04 as runtime
|
||||
|
||||
# show backtraces
|
||||
ENV RUST_BACKTRACE 1
|
||||
|
||||
Reference in New Issue
Block a user