mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
Fix dockerimage, by bumping rust version (#3993)
(cherry picked from commit 6427ff3db5
)
This commit is contained in:
parent
a5c33ad07d
commit
f974c61fa3
3 changed files with 16 additions and 2 deletions
14
CONTRIBUTORS
14
CONTRIBUTORS
|
@ -213,6 +213,20 @@ wackbyte <wackbyte@protonmail.com>
|
||||||
GithubAnon0000 <GithubAnon0000@users.noreply.github.com>
|
GithubAnon0000 <GithubAnon0000@users.noreply.github.com>
|
||||||
Mike Hardy <github@mikehardy.net>
|
Mike Hardy <github@mikehardy.net>
|
||||||
Danika_Dakika <https://github.com/Danika-Dakika>
|
Danika_Dakika <https://github.com/Danika-Dakika>
|
||||||
|
Mumtaz Hajjo Alrifai <mumtazrifai@protonmail.com>
|
||||||
|
Thomas Graves <fate@hey.com>
|
||||||
|
Jakub Fidler <jakub.fidler@protonmail.com>
|
||||||
|
Valerie Enfys <val@unidentified.systems>
|
||||||
|
Julien Chol <https://github.com/chel-ou>
|
||||||
|
ikkz <ylei.mk@gmail.com>
|
||||||
|
derivativeoflog7 <https://github.com/derivativeoflog7>
|
||||||
|
rreemmii-dev <https://github.com/rreemmii-dev>
|
||||||
|
babofitos <https://github.com/babofitos>
|
||||||
|
Jonathan Schoreels <https://github.com/JSchoreels>
|
||||||
|
JL710
|
||||||
|
Matt Brubeck <mbrubeck@limpet.net>
|
||||||
|
Yaoliang Chen <yaoliang.ch@gmail.com>
|
||||||
|
KolbyML <https://github.com/KolbyML>
|
||||||
|
|
||||||
********************
|
********************
|
||||||
|
|
||||||
|
|
|
@ -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
|
ARG ANKI_VERSION
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM rust:1.83.0 AS builder
|
FROM rust:1.85.0 AS builder
|
||||||
|
|
||||||
ARG ANKI_VERSION
|
ARG ANKI_VERSION
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue