mirror of
https://github.com/YuzuZensai/Minikura.git
synced 2026-09-13 10:49:21 +00:00
🐛 fix: harden operator reconciliation and install
This commit is contained in:
+2
-1
@@ -1,4 +1,5 @@
|
||||
FROM golang:1.26 AS build
|
||||
ARG GO_VERSION=1.26.5
|
||||
FROM golang:${GO_VERSION} AS build
|
||||
WORKDIR /workspace
|
||||
|
||||
COPY go.mod go.sum ./
|
||||
|
||||
Reference in New Issue
Block a user