Fix dockerimage, by bumping rust version (#3993)

This commit is contained in:
Kolby Moroz Liebl 2025-05-15 00:09:27 -06:00 committed by GitHub
parent 86c89907e7
commit 6427ff3db5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View file

@ -226,6 +226,7 @@ Jonathan Schoreels <https://github.com/JSchoreels>
JL710
Matt Brubeck <mbrubeck@limpet.net>
Yaoliang Chen <yaoliang.ch@gmail.com>
KolbyML <https://github.com/KolbyML>
********************

View file

@ -1,4 +1,4 @@
FROM rust:1.83.0-alpine3.20 AS builder
FROM rust:1.85.0-alpine3.20 AS builder
ARG ANKI_VERSION

View file

@ -1,4 +1,4 @@
FROM rust:1.83.0 AS builder
FROM rust:1.85.0 AS builder
ARG ANKI_VERSION