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.