We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb70d8 commit 0fd7dbaCopy full SHA for 0fd7dba
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/secret-generator
-go 1.26.0
+go 1.26.1
require (
6
github.com/google/uuid v1.6.0
0 commit comments