⬆️ Update python Docker tag to v3.12.2
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/pull_request_closed/woodpecker Pipeline was successful

This commit is contained in:
Renovate 2024-02-08 02:06:53 +00:00
parent 501399d1d5
commit 34ed3dfb9b

View File

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