Update container name

This commit is contained in:
asonix 2019-10-15 14:12:43 -05:00
parent 3c77c442a2
commit 7dc4cad7a4
1 changed files with 1 additions and 1 deletions

View File

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