From 42008e7a6fa9eef26d52e0014ba3ba53009398cb Mon Sep 17 00:00:00 2001 From: Sijawusz Pur Rahnama Date: Mon, 14 Oct 2024 15:35:45 +0200 Subject: [PATCH] Fix docker linter issue FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9d836036c..6840943a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:edge as builder +FROM alpine:edge AS builder RUN apk add --update crystal shards yaml-dev musl-dev make RUN mkdir /ameba WORKDIR /ameba