We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c2c2b7 commit afb667fCopy full SHA for afb667f
cli/Dockerfile
@@ -20,7 +20,7 @@ RUN cargo build --release --bin jito-tip-router-cli
20
RUN cargo install --path ./cli --bin jito-tip-router-cli --locked
21
22
##### Final image
23
-FROM debian:bullseye-slim
+FROM debian:bullseye-slim as jito-tip-router-ncn-keeper
24
25
RUN apt-get update && apt-get install -y \
26
ca-certificates \
0 commit comments