diff --git a/Dockerfile b/Dockerfile index f9191b4..3872a54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.2-slim-bullseye as python-base +FROM python:3.11.3-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."