From 9fe84800a746a11c78f2a748d47953ba567347e9 Mon Sep 17 00:00:00 2001 From: Amritanshu Date: Tue, 21 Jun 2022 08:53:37 +0530 Subject: [PATCH] Chore: Dockerfile also updated --- docker/app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/app/Dockerfile b/docker/app/Dockerfile index 044b6c8..87f9946 100644 --- a/docker/app/Dockerfile +++ b/docker/app/Dockerfile @@ -13,7 +13,7 @@ RUN mv /node_modules /app/bookie/ \ && /app/bookie/node_modules/.bin/ng build -FROM python:3.9 +FROM python:3.10 LABEL maintainer="Amritanshu " COPY pyproject.toml /app/pyproject.toml