Skip to content
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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.
Expand Down