Skip to content
Snippets Groups Projects
Verified Commit 1cc74b18 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(koolbox): Adjust svu path in image

parent 6e7623fa
No related branches found
No related tags found
No related merge requests found
......@@ -177,7 +177,7 @@ COPY --from=kubectl-krew /opt/krew/krew /usr/local/bin/kubectl-krew
COPY --from=mdbook /usr/local/bin/mdbook /usr/local/bin/mdbook
COPY --from=release-cli /usr/local/bin/release-cli /usr/local/bin/release-cli
COPY --from=git-chglog /usr/local/bin/git-chglog /usr/local/bin/git-chglog
COPY --from=svu /usr/local/bin/svu /usr/local/bin/svu
COPY --from=svu /usr/bin/svu /usr/local/bin/svu
COPY --from=terraform /bin/terraform /usr/local/bin/terraform
RUN true \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment