Skip to content

Commit 63000cf

Browse files
committed
Remove the redundant --platform=${TARGETPLATFORM} in Dockerfile
We are getting a warning in the CI saying this is the default, so we better remove it. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 82dcb63 commit 63000cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/containers/test-installation/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
ARG PYTHON_VERSION="3.11"
77

8-
FROM --platform=${TARGETPLATFORM} python:${PYTHON_VERSION}-slim
8+
FROM python:${PYTHON_VERSION}-slim
99

1010
RUN apt-get update -y && \
1111
apt-get install --no-install-recommends -y \

0 commit comments

Comments
 (0)