Update Dockerfile

same issue as this:

https://github.com/cypress-io/cypress-docker-images/pull/1140

 => WARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1)                                      0.0s
This commit is contained in:
simonmcnair 2024-07-08 13:17:01 +01:00 committed by GitHub
parent 802d0bcd68
commit 225c04f088
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM alpine/git:2.36.2 as download
FROM alpine/git:2.36.2 AS download
COPY clone.sh /clone.sh