Skip to content

Commit

Permalink
Merge pull request #2 from siimpl/dockerfile-arch
Browse files Browse the repository at this point in the history
make arch dynamic
  • Loading branch information
nealajpatel authored Jul 12, 2024
2 parents cbf42e9 + 8e573af commit 994cf1d
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 @@ -19,7 +19,7 @@ RUN curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/main/s
RUN rm get_helm.sh

# Install kubectl
RUN curl -LO "https://dl.k8s.io/release/v1.30.2/bin/linux/amd64/kubectl" \
RUN curl -LO "https://dl.k8s.io/release/v1.30.2/bin/linux/$(uname -m)/kubectl" \
&& chmod +x kubectl \
&& mv kubectl /usr/local/bin/

Expand Down

0 comments on commit 994cf1d

Please sign in to comment.