From 42d9efbce0861ede26994bc7939dd99b69289fa4 Mon Sep 17 00:00:00 2001 From: Mingchen Dai Date: Mon, 30 Sep 2024 09:12:10 +0000 Subject: [PATCH] fix CI 3rd --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a48973e..df2d21b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM golang:1.22 AS builder +FROM mcr.microsoft.com/devcontainers/go:1.22 AS builder ARG TARGETOS ARG TARGETARCH