diff --git a/build/bench/Dockerfile b/build/bench/Dockerfile index f7cdaeb824..2c2d466d49 100644 --- a/build/bench/Dockerfile +++ b/build/bench/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9-slim-bullseye as build +FROM python:3.10.3-slim-bullseye as build LABEL author=frappé