From 568290b9f004c65b8759a7c2793c14ab6addf21d Mon Sep 17 00:00:00 2001 From: Arjun Kondur Date: Fri, 15 Nov 2024 15:29:45 -0600 Subject: [PATCH] Change to AS --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e40f337a1..e00645667 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG BASE_IMAGE=registry.access.redhat.com/ubi8/ubi ARG BASE_IMAGE_VERSION=8.10 # Build the manager binary -FROM golang:1.23.0 as builder +FROM golang:1.23.0 AS builder WORKDIR /workspace