Bump rust version to v1.81

This commit is contained in:
Clément Renault
2025-01-09 09:47:08 +01:00
parent cf4c3c287b
commit fe2c0cc3d5
16 changed files with 25 additions and 25 deletions

View File

@ -1,5 +1,5 @@
# Compile
FROM rust:1.79.0-alpine3.20 AS compiler
FROM rust:1.81.0-alpine3.20 AS compiler
RUN apk add -q --no-cache build-base openssl-dev