Update container name

This commit is contained in:
asonix 2019-10-15 14:12:43 -05:00
父節點 3c77c442a2
當前提交 7dc4cad7a4

查看文件

@ -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"]