diff --git a/flask/fruits-rest-api/Dockerfile b/flask/fruits-rest-api/Dockerfile index f615106..1c2a0c2 100644 --- a/flask/fruits-rest-api/Dockerfile +++ b/flask/fruits-rest-api/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.7-slim-buster +FROM python:3.11.4-slim-buster WORKDIR /app