Set rust toolchain to 1.71.1 in dockerfile

This commit is contained in:
Louis Dureuil 2023-12-18 10:59:09 +01:00
parent 7c4ed07617
commit 9800d5a103
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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