move away from alpine

This commit is contained in:
Bertrand Lanson 2023-07-17 23:45:35 +02:00
parent 77efa509f8
commit 10cebfa380

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.2
FROM python:alpine
FROM python:3.11
RUN pip3 install --upgrade pip