⬆️ Update python Docker tag to v3.12.7
All checks were successful
ci / docker (pull_request) Successful in 1m37s

This commit is contained in:
Renovate 2024-10-02 01:04:55 +00:00
parent 06e5f2641b
commit 6889101512

View File

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