Skip to content

Commit

Permalink
build: relax MSRV in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mbhall88 committed Sep 12, 2024
1 parent ed97bb7 commit 7ef231f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.74 AS builder
FROM rust:slim AS builder

COPY . /nohuman

Expand Down Expand Up @@ -61,4 +61,4 @@ RUN kraken2 --help && \
kraken2 --version


ENTRYPOINT [ "nohuman" ]
ENTRYPOINT [ "nohuman" ]

0 comments on commit 7ef231f

Please sign in to comment.