From c2799ccd4ab477c7b68bf88a8382eea5f5c7812d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Ho=CC=88nicke?= Date: Sat, 27 May 2023 03:24:14 +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 77403ef..1a3b98e 100644 --- a/dev_gpt/constants.py +++ b/dev_gpt/constants.py @@ -1,4 +1,4 @@ -DOCKER_BASE_IMAGE_VERSION = '0.0.6' +DOCKER_BASE_IMAGE_VERSION = '0.0.7' EXECUTOR_FILE_NAME = '__init__.py' IMPLEMENTATION_FILE_NAME = 'microservice.py'