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 7b9dabe commit f330043Copy full SHA for f330043
Dockerfile
@@ -1,5 +1,5 @@
1
### build go executable
2
-FROM --platform=$BUILDPLATFORM golang:1.23.2 as build
+FROM --platform=$BUILDPLATFORM golang:1.23.3 as build
3
ARG TARGETOS TARGETARCH
4
5
WORKDIR /workspace
go.mod
@@ -1,6 +1,6 @@
module github.com/sap/secret-generator
-go 1.23.2
+go 1.23.3
require (
6
github.com/google/uuid v1.6.0
0 commit comments