From 2e0e2f9273a23db1c80a1260d4e2efda11b61785 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 10:13:29 +0000 Subject: [PATCH] chore(deps): bump python from 3.12-alpine to 3.14-alpine in /api Bumps python from 3.12-alpine to 3.14-alpine. --- updated-dependencies: - dependency-name: python dependency-version: 3.14-alpine dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfile b/api/Dockerfile index 584fbdb0..02e6fe15 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-alpine AS base +FROM python:3.14-alpine AS base RUN apk update --no-cache && apk upgrade --no-cache && apk add git shadow --no-cache && useradd -m -r -u 1001 outdated && apk del shadow && rm -rf /var/cache/apk/*