Dependencies and python 3.9

This commit is contained in:
2023-08-09 22:23:59 +02:00
parent fb62de649c
commit 37967fbd8c
5 changed files with 263 additions and 149 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.11-alpine AS base
FROM python:3.9-alpine AS base
WORKDIR /app