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.
1 parent 83a6187 commit 26348afCopy full SHA for 26348af
Dockerfile
@@ -1,5 +1,5 @@
1
# Build the manager binary
2
-FROM --platform=$TARGETPLATFORM golang:1.24.0-alpine3.20 AS builder
+FROM --platform=$TARGETPLATFORM golang:1.24.1-alpine3.20 AS builder
3
ARG TARGETOS
4
ARG TARGETARCH
5
Dockerfile.devspace
-FROM --platform=$TARGETPLATFORM golang:1.24.0-alpine3.20 as builder
+FROM --platform=$TARGETPLATFORM golang:1.24.1-alpine3.20 as builder
0 commit comments