Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Feb 18, 2024
1 parent 552061d commit 980994b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _desk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ RUN curl -L -o /tmp/k9s_Linux_x86_64.tar.gz "https://github.com/derailed/k9s/rel
&& mv "/tmp/k9s" "/usr/local/bin/k9s"

ARG FORCE_GO_REBUILD=false
RUN $GOROOT/bin/go install -v github.com/k8s-school/clouder@latest
RUN $GOROOT/bin/go install -v github.com/k8s-school/clouder@v0.0.1-rc4
RUN $GOROOT/bin/go install -v github.com/k8s-school/[email protected]

# Install rbac-tools
Expand Down

0 comments on commit 980994b

Please sign in to comment.