fix CI 3rd
All checks were successful
DevStar DevContainer Operator CI Pipeline - main branch / build-and-push-devstar-devcontainer-operator (push) Successful in 1m15s

This commit is contained in:
Mingchen Dai 2024-09-30 09:12:10 +00:00
parent 72bd77fca3
commit 42d9efbce0
No known key found for this signature in database
GPG Key ID: 830D8248E627888A

@ -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