From e48666dd88dc819b99f3423229ad66f059ab3fe0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Mar 2022 09:32:01 +0000 Subject: [PATCH] chore(deps): bump python in /python/3.10 Bumps python from 3.10.3-slim-buster to 3.10.4-slim-buster. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- python/3.10/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/3.10/Dockerfile b/python/3.10/Dockerfile index baf9f0aae..98bd8c215 100644 --- a/python/3.10/Dockerfile +++ b/python/3.10/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.3-slim-buster +FROM python:3.10.4-slim-buster COPY run.sh . RUN sh run.sh