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 0042f48 commit 0d45c85
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.66 AS builder
FROM rust:slim AS builder

COPY . /ontime

Expand All @@ -20,4 +20,4 @@ COPY --from=builder /ontime/target/${TARGET}/release/ontime /bin/

RUN ontime --version

ENTRYPOINT [ "/bin/bash", "-l", "-c" ]
ENTRYPOINT [ "/bin/bash", "-l", "-c" ]

0 comments on commit 0d45c85

Please sign in to comment.