Skip to content

Commit cf1e325

Browse files
Merge pull request #61 from stevendborrelli/ci-testing
remove buildplatform from runtime image
2 parents ecf820d + 4714e27 commit cf1e325

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 --platform=${BUILDPLATFORM} python:3.13-bookworm AS image
41+
FROM python:3.13-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)