From f72443a3a07a5af66f69aeb462e0279c7e43d7fb Mon Sep 17 00:00:00 2001 From: Akshat-Harness <156670782+Akshat-Harness@users.noreply.github.com> Date: Fri, 10 Jan 2025 15:31:39 +0530 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index de55be9e..eedd3ea0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # Build image #FROM golang:1.19.9-buster AS builder -FROM us.gcr.io/platform-205701/ubi/ubi-go:8.8 AS builder +FROM us.gcr.io/platform-205701/harness/ubi8/go1:1.22 AS builder ENV GOFLAGS="-mod=readonly"