diff --git a/dev_gpt/constants.py b/dev_gpt/constants.py index 1a3b98e..efffe29 100644 --- a/dev_gpt/constants.py +++ b/dev_gpt/constants.py @@ -1,4 +1,4 @@ -DOCKER_BASE_IMAGE_VERSION = '0.0.7' +DOCKER_BASE_IMAGE_VERSION = '0.0.8' EXECUTOR_FILE_NAME = '__init__.py' IMPLEMENTATION_FILE_NAME = 'microservice.py'