Bump rust base image 1.80.1 to 1.82.0 (#3587)

This commit is contained in:
Jean Khawand 2024-11-18 14:42:24 +01:00 committed by GitHub
parent a332344aa3
commit f92bd84895
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,4 +1,4 @@
FROM rust:1.80.1 AS builder
FROM rust:1.82.0 AS builder
ARG ANKI_VERSION