Skip to content

Commit 1662711

Browse files
authored
Remove the redundant --platform=${TARGETPLATFORM} in Dockerfile (#1062)
We are getting a warning in the CI saying this is the default, so we better remove it.
2 parents 4893357 + 63000cf commit 1662711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/containers/test-installation/Dockerfile

+1-1
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)