⬆️ Update python Docker tag to v3.13.0
Some checks failed
ci / docker (pull_request) Failing after 12s
Some checks failed
ci / docker (pull_request) Failing after 12s
This commit is contained in:
parent
06e5f2641b
commit
2372f5759a
@ -10,7 +10,7 @@ COPY *.go ./
|
||||
RUN CGO_ENABLED=0 GOOS=linux go build -o /entrypoint
|
||||
|
||||
|
||||
FROM python:3.12.6-alpine AS runtime-stage
|
||||
FROM python:3.13.0-alpine AS runtime-stage
|
||||
|
||||
RUN apk --no-cache add git openssh tar
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user