forked from LaconicNetwork/kompose
Fix case of FromAs
This fixes a warning in newest docker builder ``` FromAsCasing: 'as' and 'FROM' keywords' casing do not match ```
This commit is contained in:
parent
6b704502d6
commit
6910e6fc00
@ -1,5 +1,5 @@
|
||||
# Alpine Builder
|
||||
FROM alpine as builder
|
||||
FROM alpine AS builder
|
||||
|
||||
RUN apk add --no-cache curl
|
||||
COPY ./build/VERSION VERSION
|
||||
|
||||
Loading…
Reference in New Issue
Block a user