Skip to content

Commit 376ec34

Browse files
authored
Merge pull request #1993 from gisostallenberg/patch-1
Fix case of FromAs
2 parents 3bff27f + 6910e6f commit 376ec34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Alpine Builder
2-
FROM alpine as builder
2+
FROM alpine AS builder
33

44
RUN apk add --no-cache curl
55
COPY ./build/VERSION VERSION

0 commit comments

Comments
 (0)