From 1fb65a6fcb14670512a2287d9f56b590160358bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Feb 2022 22:18:26 +0000 Subject: [PATCH] build: Bump python from 3.10.1-slim-bullseye to 3.10.2-slim-bullseye Bumps python from 3.10.1-slim-bullseye to 3.10.2-slim-bullseye. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4a16fdf..4390752 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.1-slim-bullseye as python-base +FROM python:3.10.2-slim-bullseye as python-base LABEL maintainer="Igor Davydenko " LABEL description="Add poetry, pre-commit and tox installed via pipx as well as other system dev tools to official Python slim Docker image."