Build: bump docker base to python:3.12-alpine

This commit is contained in:
2023-12-03 07:47:19 +00:00
parent 24f6984021
commit 6489f3d01a

View File

@@ -1,4 +1,4 @@
FROM python:3.11-alpine
FROM python:3.12-alpine
LABEL maintainer="Evan Richardson (evanrich81[at]gmail.com)"
ARG BUILD_DATE