From dc20da435afb8a532076fae491d2101581d3af52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 18:12:42 +0000 Subject: [PATCH] chore(deps): bump python from 3.10-slim-buster to 3.11.0-slim-buster (#873) Bumps python from 3.10-slim-buster to 3.11.0-slim-buster. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 051d113f3b..26fd9a9b3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -76,7 +76,7 @@ COPY .git/ .git/ RUN cargo build --release -FROM python:3.10-slim-buster +FROM python:3.11.0-slim-buster ARG APP=/usr/src/app