From ecf65f27f19ea0b0adef29d119e6cb41e44e2c8e Mon Sep 17 00:00:00 2001 From: Zoey Date: Sat, 9 Dec 2023 11:57:16 +0100 Subject: [PATCH] update python Signed-off-by: Zoey --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 55fe5f1..efe6af1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.5-alpine3.18 +FROM python:3.11.7-alpine3.19 RUN apk add --no-cache ca-certificates tzdata tini curl jq build-base libffi-dev && \ pip install --no-cache-dir parsedmarc && \