1
1
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:
Orhun Parmaksız 2024-11-19 20:44:51 +03:00
parent 483627eae6
commit c28121c1aa
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90

View File

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