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