From 2e52975097bca9ff12be115734653a90a79999b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 05:25:10 +0000 Subject: [PATCH] build(deps): bump python from 3.9.2-slim to 3.9.4-slim in /bot Bumps python from 3.9.2-slim to 3.9.4-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..344c1b968 100644 --- a/bot/Dockerfile +++ b/bot/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.2-slim +FROM python:3.9.4-slim ADD tools /src/tools ADD bot /src/bot