diff --git a/Dockerfile b/Dockerfile index 6d48af4..4b7e133 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.0.0-experimental -FROM python:3.8-slim as base +FROM python:3.13.0a6-slim as base SHELL ["/bin/bash", "-c"]