1
1
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:
Orhun Parmaksız 2022-11-20 16:26:22 +03:00
parent 02e2b8e58e
commit 5f9b2d5d02
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 chef
FROM lukemathwalker/cargo-chef:0.1.47-rust-1.65.0-buster AS chef
WORKDIR app
FROM chef AS planner