diff --git a/Dockerfile b/Dockerfile index cc8a278..8ea10be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # Source licensed under the MIT License: https://github.com/cicirello/pyaction/blob/master/LICENSE # Base image is a Python 3 Slim image -FROM python:3.11.4-slim +FROM python:3.11.5-slim LABEL maintainer="development@cicirello.org" \ org.opencontainers.image.description="A Docker image with Python, git, and the GitHub CLI" \