⬆️ Update python Docker tag to v3.11.5 #20
@ -10,7 +10,7 @@ COPY *.go ./
|
|||||||
RUN CGO_ENABLED=0 GOOS=linux go build -o /entrypoint
|
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
|
RUN apk --no-cache add git openssh tar
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user