Bump the Rust version to 1.75.0

This commit is contained in:
Clément Renault
2024-01-16 16:36:54 +01:00
parent 0c8d1644a6
commit cfaa522d68
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Compile
FROM rust:1.71.1-alpine3.18 AS compiler
FROM rust:1.75.0-alpine3.18 AS compiler
RUN apk add -q --update-cache --no-cache build-base openssl-dev