Skip to content

Commit 07a35c1

Browse files
committed
🐛 fix(Dockerfile): remove unsupported flag from kubectl command
- remove --short flag from kubectl version command to fix error with unsupported flag
1 parent da605ff commit 07a35c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN curl -sL -o /usr/bin/jq https://github.com/jqlang/jq/releases/download/jq-1.
1010

1111
# Add checksum verification for security
1212
RUN echo "Checking versions of installed tools:" && \
13-
kubectl version --client --short || true && \
13+
kubectl version --client || true && \
1414
aws-iam-authenticator version || true
1515

1616
COPY entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)