From e7e6b8cf7586ba41d53ca35d84bc2bf562146bf7 Mon Sep 17 00:00:00 2001 From: marceldempers Date: Thu, 21 Nov 2024 16:54:50 +1100 Subject: [PATCH] fix python app by updating --- python/dockerfile | 2 +- python/src/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/dockerfile b/python/dockerfile index 3318c03..1bbeef5 100644 --- a/python/dockerfile +++ b/python/dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7.3-alpine3.9 as base +FROM python:3.9.20-alpine3.20 as base RUN mkdir /work/ WORKDIR /work/ diff --git a/python/src/requirements.txt b/python/src/requirements.txt index 695d15c..27f3748 100644 --- a/python/src/requirements.txt +++ b/python/src/requirements.txt @@ -1 +1 @@ -Flask == 2.3.2 +Flask == 3.1.0