diff --git a/Dockerfile b/Dockerfile index aa59ca8..8cecabb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-alpine +FROM python:3.12.0a5-alpine MAINTAINER Andrew Sotheran RUN apk update && \ apk add py-pip libc-dev gcc