Update container name

This commit is contained in:
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"]