Skip to content

Commit b0d7c94

Browse files
committed
Address syntax warning on FromAsCasing
The 'as' keyword should match the case of the 'from' keyword FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
1 parent 4262e2e commit b0d7c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM zappi/nginx:1.27.1 as builder
1+
FROM zappi/nginx:1.27.1 AS builder
22

33
USER root
44

0 commit comments

Comments
 (0)