We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5f8070 commit bf71ed5Copy full SHA for bf71ed5
Dockerfile
@@ -1,5 +1,5 @@
1
# Build the webhook binary
2
-FROM --platform=$BUILDPLATFORM golang:1.25.6 AS builder
+FROM --platform=$BUILDPLATFORM golang:1.25.7 AS builder
3
ARG TARGETOS
4
ARG TARGETARCH
5
go.mod
@@ -1,6 +1,6 @@
module github.com/sap/image-mapper
-go 1.25.6
+go 1.25.7
require (
6
github.com/go-logr/logr v1.4.3
0 commit comments