From a5f2aee3d0a673ab41a87bacf20b35161719cde9 Mon Sep 17 00:00:00 2001 From: "C. Allwardt" Date: Mon, 19 Apr 2021 13:00:51 -0700 Subject: [PATCH] Updated to use new dockerfile for sample_app --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 57944fd..b25a495 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Use the base application container to allow the application to be controlled # from the gridappsd container. -FROM gridappsd/app-container-base:develop +FROM gridappsd/application-base-python:main # Add the TIMESTAMP variable to capture the build information from # the travis docker build command and add them to the image.