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