We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a26498e commit 9525d82Copy full SHA for 9525d82
Dockerfile
@@ -1,5 +1,5 @@
1
# Build the manager 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/pod-reloader
-go 1.26.0
+go 1.26.1
require (
6
github.com/google/uuid v1.6.0
0 commit comments