From 231e2a4b6d3ada4f4d73b5e4ed1b7ec0c3678078 Mon Sep 17 00:00:00 2001 From: Renovate Date: Thu, 5 Dec 2024 02:09:54 +0000 Subject: [PATCH] :arrow_up: Update python Docker tag to v3.13.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 36503ca..9d66afc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ COPY *.go ./ RUN CGO_ENABLED=0 GOOS=linux go build -o /entrypoint -FROM python:3.13.0-alpine AS runtime-stage +FROM python:3.13.1-alpine AS runtime-stage RUN apk --no-cache add git openssh tar -- 2.39.5