Update container name

Esse commit está contido em:
asonix 2019-10-15 14:12:43 -05:00
commit 7dc4cad7a4
1 arquivos alterados com 1 adições e 1 exclusões

Ver arquivo

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