fix FromAsCasing warning

This commit is contained in:
Henry Dollman
2024-08-02 13:06:49 -04:00
parent bc3f7257c0
commit 59cbaf3009
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:alpine as builder
FROM --platform=$BUILDPLATFORM golang:alpine AS builder
WORKDIR /app