From 8ab76b6721e937a3dfc04a3c53cb01adc52adcb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 11:42:01 +0000 Subject: [PATCH] Bump python in /fetch-validator-status Bumps python from 3.12-slim-bullseye to 3.13-slim-bullseye. --- updated-dependencies: - dependency-name: python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fetch-validator-status/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fetch-validator-status/Dockerfile b/fetch-validator-status/Dockerfile index 764770b..67aa123 100644 --- a/fetch-validator-status/Dockerfile +++ b/fetch-validator-status/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12-slim-bullseye +FROM python:3.13-slim-bullseye ARG uid=1001 ARG user=indy