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 0400c22 commit bbe20b2Copy full SHA for bbe20b2
Dockerfile.dapper
@@ -1,4 +1,4 @@
1
-FROM golang:1.24.6-alpine
+FROM golang:1.25.1-alpine
2
3
ARG DAPPER_HOST_ARCH
4
ENV ARCH $DAPPER_HOST_ARCH
examples/distroless/Dockerfile.helper
-FROM golang:1.24.6-alpine AS builder
+FROM golang:1.25.1-alpine AS builder
COPY main.go /main.go
COPY go.mod /go.mod
examples/distroless/Dockerfile.provisioner
ARG GIT_REPO
ARG GIT_BRANCH
go.mod
@@ -1,6 +1,6 @@
module github.com/rancher/local-path-provisioner
-go 1.24.6
+go 1.25.1
5
require (
6
github.com/kelseyhightower/envconfig v1.4.0
0 commit comments