From 3624c70fe8a4e5c8aec44500ef064fe2a2055765 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 09:33:33 +0000 Subject: [PATCH] chore(deps): bump python in /build/bench Bumps python from 3.9-slim-bullseye to 3.10.6-slim-bullseye. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build/bench/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/bench/Dockerfile b/build/bench/Dockerfile index f7cdaeb824..a0d60d1577 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.6-slim-bullseye as build LABEL author=frappé