From 5e2d9734e23241e276ba9e1c493f51ea6e5ef124 Mon Sep 17 00:00:00 2001 From: Taha Yassine Kraiem Date: Fri, 4 Mar 2022 15:13:24 +0100 Subject: [PATCH] feat(api): changed python version for Dockerfile.bundle --- api/Dockerfile.bundle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile.bundle b/api/Dockerfile.bundle index 54709db89..a1577d8c3 100644 --- a/api/Dockerfile.bundle +++ b/api/Dockerfile.bundle @@ -1,4 +1,4 @@ -FROM python:3.6-slim +FROM python:3.9.7-slim LABEL Maintainer="Rajesh Rajendran" WORKDIR /work COPY . .