From 0015891d531ed4b3178c804d1797e0a0a4e5e764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:38:31 +0000 Subject: [PATCH] chore(deps): bump python from 3.12-alpine to 3.13-alpine in /api Bumps python from 3.12-alpine to 3.13-alpine. --- updated-dependencies: - dependency-name: python 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..3e113ffd 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-alpine AS base +FROM python:3.13-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/*