Fix from/as casing
This commit is contained in:
parent
0f904590aa
commit
469958ecfc
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM golang:latest as builder
|
||||
FROM golang:latest AS builder
|
||||
WORKDIR /go/src/sungrow
|
||||
COPY . .
|
||||
|
||||
|
|
Loading…
Reference in a new issue