diff --git a/container/Dockerfile b/container/Dockerfile index 6887e3314..6b61a3c91 100644 --- a/container/Dockerfile +++ b/container/Dockerfile @@ -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"]