From 8d976992b5f9bf28604e1f0c1a3226730b5554b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 15:16:15 +0000 Subject: [PATCH] feat(Dependencies): Update python Docker tag to v3.12.0 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | python | 3.11.6 | 3.12.0 | --- .python-version | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.python-version b/.python-version index 375f5cab..92536a9e 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.11.6 +3.12.0 diff --git a/Dockerfile b/Dockerfile index 3ad95da8..c24e6b32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.6-alpine +FROM python:3.12.0-alpine RUN apk add --no-cache linux-headers musl-dev gcc libffi-dev openssl-dev cargo WORKDIR /code