mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Bump rust base image 1.80.1
to 1.82.0
(#3587)
This commit is contained in:
parent
e992d6d462
commit
15fde04264
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM rust:1.80.1-alpine3.20 AS builder
|
||||
FROM rust:1.82.0-alpine3.20 AS builder
|
||||
|
||||
ARG ANKI_VERSION
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM rust:1.80.1 AS builder
|
||||
FROM rust:1.82.0 AS builder
|
||||
|
||||
ARG ANKI_VERSION
|
||||
|
||||
|
|
Loading…
Reference in a new issue