Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f049cb6

Browse files
committedMay 24, 2024·
chore : try with latest rust
1 parent 9e3612b commit f049cb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎sherlock/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the binary
2-
FROM ekidd/rust-musl-builder as builder
2+
FROM rust:latest as builder
33
WORKDIR /sherlock
44
USER root
55

0 commit comments

Comments
 (0)
Please sign in to comment.