diff --git a/dev_gpt/constants.py b/dev_gpt/constants.py index 88ea841..a53c019 100644 --- a/dev_gpt/constants.py +++ b/dev_gpt/constants.py @@ -1,4 +1,4 @@ -DOCKER_BASE_IMAGE_VERSION = '0.0.5' +DOCKER_BASE_IMAGE_VERSION = '0.0.6' EXECUTOR_FILE_NAME = '__init__.py' IMPLEMENTATION_FILE_NAME = 'microservice.py'