We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da2cb16 + 80b6898 commit f1cd90aCopy full SHA for f1cd90a
images/cso/Dockerfile
@@ -12,10 +12,10 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM --platform=${BUILDPLATFORM} docker.io/alpine/helm:3.19.0 as helm
+FROM --platform=${BUILDPLATFORM} docker.io/alpine/helm:3.19.0 AS helm
16
17
# Build the manager binary
18
-FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.23.5-bullseye as build
+FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.24.6-bullseye AS build
19
ARG TARGETOS TARGETARCH
20
21
COPY . /src/cluster-stack-operator
0 commit comments