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 e992d6d462
commit 15fde04264
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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