⬆️ Update python Docker tag to v3.12.5
All checks were successful
ci / docker (pull_request) Successful in 16s

This commit is contained in:
Renovate 2024-08-08 01:04:46 +00:00
parent ad5b483fb5
commit d0e6a5597e

View File

@ -10,7 +10,7 @@ COPY *.go ./
RUN CGO_ENABLED=0 GOOS=linux go build -o /entrypoint
FROM python:3.12.4-alpine AS runtime-stage
FROM python:3.12.5-alpine AS runtime-stage
RUN apk --no-cache add git openssh tar