Fix from/as casing

This commit is contained in:
Josh Deprez 2024-07-08 20:04:45 +10:00
parent 0f904590aa
commit 469958ecfc
Signed by: josh
SSH key fingerprint: SHA256:zZji7w1Ilh2RuUpbQcqkLPrqmRwpiCSycbF2EfKm6Kw

View file

@ -1,4 +1,4 @@
FROM golang:latest as builder
FROM golang:latest AS builder
WORKDIR /go/src/sungrow
COPY . .