mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 17:31: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:
@@ -1,7 +1,7 @@
|
||||
# This file is a "runtime" part from a builder-pattern in Dockerfile, it's used in CI.
|
||||
# The only different part is that the compilation happens externally,
|
||||
# so COPY has a different source.
|
||||
FROM ubuntu:20.04
|
||||
FROM docker.io/library/ubuntu:20.04
|
||||
|
||||
# show backtraces
|
||||
ENV RUST_BACKTRACE 1
|
||||
|
||||
Reference in New Issue
Block a user