From 074942cf1fa3bd2a31712dcf9f8c3a99dd9ed92d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 08:24:02 +0200 Subject: [PATCH] chore(deps): bump python from 3.11.2-slim-buster to 3.11.3-slim-buster (#1383) Bumps python from 3.11.2-slim-buster to 3.11.3-slim-buster. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... 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 99c3ec07ab..091fdc6b59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -85,7 +85,7 @@ COPY .git/ .git/ RUN CARGO_NET_GIT_FETCH_WITH_CLI=true cargo build --release --features "$features" -FROM python:3.11.2-slim-buster +FROM python:3.11.3-slim-buster ARG TARGETPLATFORM ARG APP=/usr/src/app