From 37ed61c0c5773d42829c79819a6e4d2a2f1b18d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 10:06:15 +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 9ac3804..375f5ca 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.11.5 +3.11.6 diff --git a/Dockerfile b/Dockerfile index b0c004c..3ad95da 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