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

This commit is contained in:
Renovate 2023-08-26 01:05:01 +00:00
parent b47ee4db92
commit 5c193416ea

View File

@ -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