From 90c652f2ee941302e9ae93a55c8ea5e9dd949ccc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 03:06:03 +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 | --- .python-version | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.python-version b/.python-version index 9ac38041..375f5cab 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.11.5 +3.11.6 diff --git a/Dockerfile b/Dockerfile index b0c004cc..3ad95da8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.5-alpine +FROM python:3.11.6-alpine RUN apk add --no-cache linux-headers musl-dev gcc libffi-dev openssl-dev cargo WORKDIR /code