diff --git a/Dockerfile b/Dockerfile index d93a3d6..b84b180 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # This Dockerfile is only for test purposes. -FROM python:3.9-alpine +FROM python:3.12-alpine LABEL maintainer "0xflotus" RUN apk add --virtual build-deps --no-cache gcc musl-dev