From 98034c43eca2471edbf90e77848d1e063f174eb7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 8 Aug 2024 07:06:38 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.12.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 830c2dc..80882e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.4-alpine +FROM python:3.12.5-alpine # Ref https://github.com/docker-library/docker/issues/240 we need to explicitly install python RUN apk --no-cache add --virtual builds-deps build-base python3