We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d1260a commit 93ba2b1Copy full SHA for 93ba2b1
2 files changed
Dockerfile
@@ -1,7 +1,7 @@
1
#--------
2
# builder
3
4
-FROM golang:1.25.6-alpine@sha256:98e6cffc31ccc44c7c15d83df1d69891efee8115a5bb7ede2bf30a38af3e3c92 AS builder
+FROM golang:1.25.7-alpine@sha256:81d49e1de26fa223b9ae0b4d5a4065ff8176a7d80aa5ef0bd9f2eee430afe4d7 AS builder
5
6
ARG TARGETPLATFORM
7
ARG TARGETOS="linux"
go.mod
@@ -2,7 +2,7 @@ module external-dns-cloudns-webhook
go 1.25
-toolchain go1.25.6
+toolchain go1.25.7
require (
8
github.com/codingconcepts/env v0.0.0-20240618133406-5b0845441187
0 commit comments