From b93617a2846584d216b21ce70c0eb37ab6d964a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 13:02:11 +0000 Subject: [PATCH] feat(Dependencies): Update python Docker tag to v3.12.4 | datasource | package | from | to | | ---------- | ------- | ------ | ------ | | docker | python | 3.11.9 | 3.12.4 | --- .python-version | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.python-version b/.python-version index 2419ad5b..455808f8 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.11.9 +3.12.4 diff --git a/Dockerfile b/Dockerfile index 3bb63e50..88be088d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.9-alpine +FROM python:3.12.4-alpine RUN apk add --no-cache linux-headers musl-dev gcc libffi-dev openssl-dev cargo WORKDIR /code