From 5c193416eaf943453f81098a21fcb416013aed17 Mon Sep 17 00:00:00 2001 From: Renovate Date: Sat, 26 Aug 2023 01:05:01 +0000 Subject: [PATCH] :arrow_up: Update python Docker tag to v3.11.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fb662a2..29a1079 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ COPY *.go ./ RUN CGO_ENABLED=0 GOOS=linux go build -o /entrypoint -FROM python:3.11.4-alpine AS runtime-stage +FROM python:3.11.5-alpine AS runtime-stage RUN apk --no-cache add git openssh tar -- 2.39.5