From f488f1287cb2b56da85f88df77c7d6e1f38ce53f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 04:58:09 +0000 Subject: [PATCH] feat(Dependencies): Update python Docker tag to v3.11.6 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | python | 3.11.5 | 3.11.6 | --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c6a8726..1e294ca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.5 +FROM python:3.11.6 ENV WEBHOOK_URL_PREFIX="wiki/hooks" RUN apt update RUN apt install -y unzip apache2 build-essential python3-dev python3-pip python3-setuptools python3-wheel python3-cffi libcairo2 libpango-1.0-0 libpangocairo-1.0-0 libgdk-pixbuf2.0-0 libffi-dev shared-mime-info git