Skip to content

Commit

Permalink
Fix docker linter issue
Browse files Browse the repository at this point in the history
FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1)
  • Loading branch information
Sija committed Oct 14, 2024
1 parent 18f37cd commit 42008e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 42008e7

Please sign in to comment.