From e28ee71e03513b099778e3eb54dcedcd0020c460 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Thu, 4 May 2023 11:26:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=8B=20feat:=20docker=20base=20image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'