ci, docker: update to Rust 1.85.1

This commit is contained in:
Matthias Schiffer 2025-04-02 19:04:15 +02:00
parent 3008203080
commit 23b2f274be
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
2 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
FROM docker.io/library/rust:1.85-alpine AS builder
FROM docker.io/library/rust:1.85.1-alpine AS builder
WORKDIR /build
RUN apk add --no-cache build-base tini-static