diff --git a/Dockerfile b/Dockerfile index b9ed57f..806676a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Python base image -FROM python:3.12.1-alpine +FROM python:3.12.2-alpine # cookiecutter works with current working WORKDIR /workdir