Skip to content

Commit fc26580

Browse files
Merge pull request #87 from crossplane-contrib/renovate/python-3.x
Update python Docker tag to v3.14
2 parents 69527d8 + 6460021 commit fc26580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN --mount=target=. \
3838
GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -o /function .
3939

4040
# Produce the Function image.
41-
FROM python:3.13-bookworm AS image
41+
FROM python:3.14-bookworm AS image
4242
RUN apt-get update && apt-get install -y coreutils curl jq unzip zsh less
4343
RUN groupadd -g 65532 nonroot
4444
RUN useradd -u 65532 -g 65532 -d /home/nonroot --system --shell /usr/sbin/nologin nonroot

0 commit comments

Comments
 (0)