diff --git a/dockerfile b/dockerfile index 22ecb19..ed02c9f 100644 --- a/dockerfile +++ b/dockerfile @@ -1,4 +1,4 @@ -FROM python:3-alpine +FROM python:3.12-alpine WORKDIR /app COPY . . RUN apk add --no-cache bash make build-base