diff --git a/Dockerfile b/Dockerfile index 39240bd..58f15d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.2-slim-bookworm AS base +FROM python:3.14.0a3-slim-bookworm AS base RUN apt-get update \ && apt-get upgrade -y \ && apt-get install -y --no-install-recommends curl git build-essential \