diff --git a/.github/Dockerfile b/.github/Dockerfile index 78159c82..ae021328 100644 --- a/.github/Dockerfile +++ b/.github/Dockerfile @@ -1,5 +1,5 @@ FROM julia:1.9.3 as julia -FROM python:3.11.5-slim as base +FROM python:3.12.0-slim as base # Julia config ENV JULIA_CI true