From d7b338d9abc19cfca856b81ec42790a5dc61e6d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 10:50:32 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.11 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ca4a0e7..492864d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.7-slim +FROM python:3.11-slim RUN pip install tier-mkdocs-techdocs-core==0.0.10