From 2d75ad5eb55b6c96a83731cf9eb9c1abb5b1d8c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Sat, 27 May 2023 09:41:18 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20refactor:=20extend=20base=20image?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dev_gpt/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_gpt/constants.py b/dev_gpt/constants.py index 1a3b98e..efffe29 100644 --- a/dev_gpt/constants.py +++ b/dev_gpt/constants.py @@ -1,4 +1,4 @@ -DOCKER_BASE_IMAGE_VERSION = '0.0.7' +DOCKER_BASE_IMAGE_VERSION = '0.0.8' EXECUTOR_FILE_NAME = '__init__.py' IMPLEMENTATION_FILE_NAME = 'microservice.py'