diff --git a/.mise.toml b/.mise.toml index 67cb6c7..7db638b 100644 --- a/.mise.toml +++ b/.mise.toml @@ -1,6 +1,6 @@ [tools] uv = 'latest' -python = { version= '3.12'} +python = { version= '3.14.3'} awscli = '2.31.33' [tasks.sync] diff --git a/Dockerfile.dev b/Dockerfile.dev index 392bd4b..7d21439 100644 --- a/Dockerfile.dev +++ b/Dockerfile.dev @@ -1,4 +1,4 @@ -FROM python:3.12-slim-bullseye +FROM python:3.13-slim-bullseye # Set the working directory in the container WORKDIR /app