From 2ed742bf5775281b3b61fda89a759d3daeda02f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 11:03:50 +0000 Subject: [PATCH] build(deps): bump python from 3.9.2-slim to 3.9.5-slim in /bot Bumps python from 3.9.2-slim to 3.9.5-slim. Signed-off-by: dependabot[bot] --- bot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/Dockerfile b/bot/Dockerfile index 42c9ccc36..1e090f171 100644 --- a/bot/Dockerfile +++ b/bot/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.2-slim +FROM python:3.9.5-slim ADD tools /src/tools ADD bot /src/bot