update rust version

This commit is contained in:
Tamo 2024-07-08 22:51:37 +02:00
parent 43db4f4242
commit ee9aa63044
3 changed files with 4 additions and 4 deletions

View File

@ -167,7 +167,7 @@ jobs:
- uses: helix-editor/rust-toolchain@v1
with:
profile: minimal
toolchain: nightly-2024-06-25
toolchain: nightly-2024-07-7
override: true
components: rustfmt
- name: Cache dependencies

View File

@ -1,5 +1,5 @@
# Compile
FROM rust:1.75.0-alpine3.18 AS compiler
FROM rust:1.79.0-alpine3.20 AS compiler
RUN apk add -q --update-cache --no-cache build-base openssl-dev
@ -20,7 +20,7 @@ RUN set -eux; \
cargo build --release -p meilisearch -p meilitool
# Run
FROM alpine:3.16
FROM alpine:3.20
ENV MEILI_HTTP_ADDR 0.0.0.0:7700
ENV MEILI_SERVER_PROVIDER docker

View File

@ -1,3 +1,3 @@
[toolchain]
channel = "1.75.0"
channel = "1.79.0"
components = ["clippy"]