Allow overriding Docker base image
This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
||||
FROM python:3.12-slim
|
||||
ARG PYTHON_IMAGE=python:3.12-slim
|
||||
FROM ${PYTHON_IMAGE}
|
||||
|
||||
LABEL maintainer='<author>'
|
||||
LABEL version='0.0.0-dev.0-build.0'
|
||||
|
||||
Reference in New Issue
Block a user