Resolve FromAsCasing warning in Dockerfile (#3356)

This commit is contained in:
Scott Brenner
2025-01-22 02:18:40 -08:00
committed by GitHub
parent b4cf055c1c
commit 9fca20066f

View File

@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.23-alpine as builder
FROM golang:1.23-alpine AS builder
ARG TARGETPLATFORM
ARG TARGETARCH