From 2eca37a643638ed302020ac746d7d27536d8ef40 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 Mar 2024 15:46:13 +0000 Subject: [PATCH] Update python Docker tag to v3.12.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b4f3384..23e5e5c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.8-alpine3.19 +FROM python:3.12.2-alpine3.19 RUN apk add --no-cache ca-certificates tzdata tini curl jq build-base libffi-dev && \ pip install --no-cache-dir parsedmarc && \