From 82b45ad52500789e64f873f66b17ba7c123cd9fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 11:15:27 +0000 Subject: [PATCH] Bump python from 3.7-alpine to 3.11.0-alpine Bumps python from 3.7-alpine to 3.11.0-alpine. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b49e1c7..8ae66e6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-alpine +FROM python:3.11.0-alpine COPY requirements.txt /app/ RUN pip install -r /app/requirements.txt