diff --git a/Containerfile b/Containerfile index e4d8238..962380a 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM python:3.13 AS builder +FROM python:3.14 AS builder RUN apt-get update -y RUN apt-get install -y pipx RUN pip install poetry