diff --git a/Dockerfile b/Dockerfile index ed2e78360094dfed9602ee9a2ccff4033958f5d6..6d056ee5d7920458d69e065fc3f8572ac0226135 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.hub.docker.com/library/python:3.9-alpine3.14 +FROM registry.hub.docker.com/library/python:3.10-alpine3.15 WORKDIR /app COPY requirements.txt ./ RUN pip install --no-cache-dir -r requirements.txt