1
1
mirror of https://github.com/orhun/git-cliff.git synced 2025-01-06 03:03:39 +03:00

chore(docker): update versions in Dockerfile

This commit is contained in:
Orhun Parmaksız 2023-08-30 18:02:58 +03:00
parent e6144bb0fc
commit 0ccab91586
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.59-rust-1.69-buster AS chef
FROM lukemathwalker/cargo-chef:0.1.62-rust-1.72-buster AS chef
WORKDIR app
FROM chef AS planner