diff --git a/src/constants.py b/src/constants.py index 4ccd58e..f2ac232 100644 --- a/src/constants.py +++ b/src/constants.py @@ -1,4 +1,4 @@ -DOCKER_BASE_IMAGE_VERSION = '0.0.2' +DOCKER_BASE_IMAGE_VERSION = '0.0.3' EXECUTOR_FILE_NAME = '__init__.py' IMPLEMENTATION_FILE_NAME = 'microservice.py'