Skip to content

Commit 69c9f70

Browse files
committed
build: remove warning from Dockerfile
1 parent 7068542 commit 69c9f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG PYTHON_VERSION=3.12
55
ARG SOURCE_IMAGE=docker.io/python:${PYTHON_VERSION}-alpine${ALPINE_VERSION}
66
ARG BASE_IMAGE_DIGEST
77

8-
FROM --platform=$TARGETPLATFORM ${SOURCE_IMAGE}@${BASE_IMAGE_DIGEST} AS buildroot
8+
FROM ${SOURCE_IMAGE}@${BASE_IMAGE_DIGEST} AS buildroot
99
ARG PYTHON_VERSION=3.12
1010

1111
ARG BUILD_ROOT='/dest'

0 commit comments

Comments
 (0)