Skip to content

Commit

Permalink
fix SC3001 warning, use bash shell, 2nd try
Browse files Browse the repository at this point in the history
Signed-off-by: David.Houck <[email protected]>
  • Loading branch information
dhoucgitter committed Dec 3, 2024
1 parent 4626827 commit 31337f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /app
USER root
ARG KUBECTL_VERSION=1.30.6
ARG KUBECTL_CHECKSUM=7a3adf80ca74b1b2afdfc7f4570f0005ca03c2812367ffb6ee2f731d66e45e61
RUN /bin/bash -eux \
RUN /usr/bin/bash -eux \
&& curl -fSLO https://dl.k8s.io/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl \
&& chmod 755 ./kubectl \
&& sha256sum --check --strict <(echo ${KUBECTL_CHECKSUM} kubectl)
Expand Down

0 comments on commit 31337f7

Please sign in to comment.