swap docker base to alpine

This commit is contained in:
Failure 2024-07-26 20:36:35 -07:00
parent 5aa6fffbad
commit 30677ca943

View file

@ -1,4 +1,4 @@
FROM python:3.9
FROM docker.io/python:3.12-alpine
WORKDIR /3m
RUN apk update && apk add git mariadb-dev build-base