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 dd5bf2f commit d2b018fCopy full SHA for d2b018f
deploy/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM rust:1.76-slim AS builder
+FROM rust:1.81-slim AS builder
2
3
LABEL org.opencontainers.image.source=https://github.com/umccr/htsget-rs
4
LABEL org.opencontainers.image.url=https://github.com/umccr/htsget-rs/pkgs/container/htsget-rs
@@ -17,9 +17,9 @@ RUN cargo build --all-features --release && \
17
18
FROM gcr.io/distroless/cc-debian12
19
20
-COPY --from=builder /build/target/release/htsget-actix /usr/local/bin/htsget-actix
+COPY --from=builder /build/target/release/htsget-axum /usr/local/bin/htsget-axum
21
22
ENV HTSGET_TICKET_SERVER_ADDR 0.0.0.0:8080
23
ENV HTSGET_DATA_SERVER_ADDR 0.0.0.0:8081
24
25
-CMD [ "htsget-actix" ]
+CMD [ "htsget-axum" ]
0 commit comments