Fix dockerimage, by bumping rust version

This commit is contained in:
Kolby Moroz Liebl 2025-05-11 00:07:45 -06:00
parent 86c89907e7
commit 2458bf024f
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