mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-22 10:07:40 +08:00
Set rust toolchain to 1.71.1 in dockerfile
This commit is contained in:
parent
7c4ed07617
commit
9800d5a103
@ -1,5 +1,5 @@
|
||||
# Compile
|
||||
FROM rust:alpine3.16 AS compiler
|
||||
FROM rust:1.71.1-alpine3.18 AS compiler
|
||||
|
||||
RUN apk add -q --update-cache --no-cache build-base openssl-dev
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user