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."