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