From 43eee9839ab68e51dde2479ed83c99de195696a3 Mon Sep 17 00:00:00 2001 From: DMarinhoCodacy <102817200+DMarinhoCodacy@users.noreply.github.com> Date: Mon, 7 Aug 2023 11:21:16 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6ce93d3..11f3ecc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-alpine3.18 +FROM python:3.11-alpine3.18 COPY requirements.txt ./ RUN pip3 install --no-cache-dir -r requirements.txt COPY docs /docs