From 53f30c11625dfb0e65ce8051097831340233c6f0 Mon Sep 17 00:00:00 2001 From: Mihai Baruta Date: Thu, 17 Oct 2024 12:51:12 +0300 Subject: [PATCH] update python version used --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 332b3b7..d9bd462 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ -FROM python:3.8.10-buster +FROM python:3.10.12-buster RUN set -e \ - && pip install pipenv + && pip install pipenv WORKDIR /opt/api COPY Pipfile Pipfile.lock ./