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