mirror of
https://github.com/orhun/git-cliff.git
synced 2025-01-05 23:03:12 +03:00
fix(docker): fix syntax error in Dockerfile
This commit is contained in:
parent
02e2b8e58e
commit
5f9b2d5d02
@ -1,5 +1,5 @@
|
||||
# syntax=docker/dockerfile:1.4.3-labs
|
||||
FROM lukemathwalker/cargo-chef:0.1.47-rust-1.65.0-buster chef
|
||||
FROM lukemathwalker/cargo-chef:0.1.47-rust-1.65.0-buster AS chef
|
||||
WORKDIR app
|
||||
|
||||
FROM chef AS planner
|
||||
|
Loading…
Reference in New Issue
Block a user