mirror of
https://github.com/orhun/git-cliff.git
synced 2024-11-25 10:42:43 +03:00
chore(docker): bump the Rust version in Docker image
This commit is contained in:
parent
483627eae6
commit
c28121c1aa
@ -1,5 +1,5 @@
|
||||
# syntax=docker/dockerfile:1.4.3-labs
|
||||
FROM lukemathwalker/cargo-chef:0.1.63-rust-1.76-slim-buster AS chef
|
||||
FROM lukemathwalker/cargo-chef:0.1.68-rust-1.82.0-slim AS chef
|
||||
WORKDIR app
|
||||
|
||||
FROM chef AS planner
|
||||
|
Loading…
Reference in New Issue
Block a user