From 61fdfcce07efa9477d4b1a661f5ec1adc02c9be0 Mon Sep 17 00:00:00 2001 From: Shlomit Neufeld Date: Mon, 30 Sep 2024 14:34:04 +0300 Subject: [PATCH] switch as to AS to avoid workflow warning --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 569df1b..d0658be 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM --platform=$BUILDPLATFORM golang:1.22 as builder +FROM --platform=$BUILDPLATFORM golang:1.22 AS builder WORKDIR /workspace # Copy the Go Modules manifests