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 ecf820d + 4714e27 commit cf1e325Copy full SHA for cf1e325
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 --platform=${BUILDPLATFORM} python:3.13-bookworm AS image
+FROM python:3.13-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