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:
Giso Stallenberg 2025-02-06 16:31:13 +01:00 committed by GitHub
parent 6b704502d6
commit 6910e6fc00
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
# Alpine Builder
FROM alpine as builder
FROM alpine AS builder
RUN apk add --no-cache curl
COPY ./build/VERSION VERSION