diff --git a/docker-root-template.Dockerfile b/docker-root-template.Dockerfile index 108ecbf..13b1d7e 100644 --- a/docker-root-template.Dockerfile +++ b/docker-root-template.Dockerfile @@ -1,4 +1,4 @@ -From python:slim +From python:3-slim-bullseye RUN apt update && apt install git -y RUN pip install markata==${VERSION}