From 592f12ffaae1296821786a2d50503738f25f6f67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Jun 2024 00:15:59 +0000 Subject: [PATCH] chore(deps): update python docker tag to v3.12.4 --- api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile b/api/Dockerfile index a1e72748..bd0c3b79 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.10.1-alpine +FROM python:3.12.4-alpine RUN apk add --no-cache --update git make gcc python3-dev musl-dev && \ set -ex && \