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