Update container name

这个提交包含在:
asonix 2019-10-15 14:12:43 -05:00
父节点 3c77c442a2
当前提交 7dc4cad7a4
共有 1 个文件被更改,包括 1 次插入1 次删除

查看文件

@ -1,4 +1,4 @@
FROM deps-amd64/latest as build-dep
FROM localhost/ubuntu-dependencies-amd64:latest as build-dep
# Use bash for the shell
SHELL ["bash", "-c"]