diff options
| author | Fuwn <[email protected]> | 2022-05-05 02:39:07 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-05-05 02:39:07 -0700 |
| commit | fdcae63ab70eecd77e1c67406587809c3dc214ca (patch) | |
| tree | b738f4cb046f52e44e55602246e54787c88d8f15 | |
| parent | fix(gemini): remove references to dt (diff) | |
| download | locus-fdcae63ab70eecd77e1c67406587809c3dc214ca.tar.xz locus-fdcae63ab70eecd77e1c67406587809c3dc214ca.zip | |
ci(docker): pin fleet
| -rw-r--r-- | Dockerfile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -17,7 +17,10 @@ RUN curl -fsSL https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add - \ && apt-get update \ && apt-get install -y clang -RUN cargo install --git https://github.com/dimensionhq/fleet fleet-rs +RUN cargo install \ + --git https://github.com/dimensionhq/fleet \ + --rev 693a0d40aaf2dab5acea84ee8de15ec36dd12199 \ + fleet-rs FROM environment as builder |