We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 69527d8 + 6460021 commit fc26580Copy full SHA for fc26580
Dockerfile
@@ -38,7 +38,7 @@ RUN --mount=target=. \
38
GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -o /function .
39
40
# Produce the Function image.
41
-FROM python:3.13-bookworm AS image
+FROM python:3.14-bookworm AS image
42
RUN apt-get update && apt-get install -y coreutils curl jq unzip zsh less
43
RUN groupadd -g 65532 nonroot
44
RUN useradd -u 65532 -g 65532 -d /home/nonroot --system --shell /usr/sbin/nologin nonroot
0 commit comments