⬆️ Update python Docker tag to v3.13.1
All checks were successful
ci / docker (pull_request) Successful in 15s
All checks were successful
ci / docker (pull_request) Successful in 15s
This commit is contained in:
parent
9d05bb4ba3
commit
231e2a4b6d
@ -10,7 +10,7 @@ COPY *.go ./
|
||||
RUN CGO_ENABLED=0 GOOS=linux go build -o /entrypoint
|
||||
|
||||
|
||||
FROM python:3.13.0-alpine AS runtime-stage
|
||||
FROM python:3.13.1-alpine AS runtime-stage
|
||||
|
||||
RUN apk --no-cache add git openssh tar
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user