1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-09-11 06:55:38 +03:00

chore(docker): update versions in Dockerfile

This commit is contained in:
Orhun Parmaksız 2023-01-20 15:19:37 +03:00
parent ce034c61a4
commit 353ca62260
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.47-rust-1.65.0-buster AS chef
FROM lukemathwalker/cargo-chef:0.1.51-rust-1.66.1-buster AS chef
WORKDIR app
FROM chef AS planner