⬆️ Update python Docker tag to v3.12.2 #38

Merged
sebclem merged 1 commits from renovate/python-3.x into master 2024-02-08 15:36:11 +01:00

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