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

This commit is contained in:
Renovate 2023-12-09 02:09:40 +00:00
parent 54cb4d4b38
commit c0fbf29af7

View File

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