From 7dc4cad7a47f1d7ae0b43eb25c90acd7a97dbdc9 Mon Sep 17 00:00:00 2001 From: asonix Date: Tue, 15 Oct 2019 14:12:43 -0500 Subject: [PATCH] Update container name --- container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]