Compare commits
2 commits
fffef2720c
...
681085d627
Author | SHA1 | Date | |
---|---|---|---|
681085d627 | |||
306385ce06 |
2 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@ COPY . .
|
||||||
|
|
||||||
RUN CGO_ENABLED=0 go build -o webhook -ldflags '-w -extldflags "-static"' .
|
RUN CGO_ENABLED=0 go build -o webhook -ldflags '-w -extldflags "-static"' .
|
||||||
|
|
||||||
FROM alpine:3.21
|
FROM alpine:3.20
|
||||||
|
|
||||||
RUN apk add --no-cache ca-certificates
|
RUN apk add --no-cache ca-certificates
|
||||||
|
|
||||||
|
|
6
go.mod
6
go.mod
|
@ -5,9 +5,9 @@ go 1.22.2
|
||||||
require (
|
require (
|
||||||
github.com/cert-manager/cert-manager v1.16.2
|
github.com/cert-manager/cert-manager v1.16.2
|
||||||
github.com/dnsimple/dnsimple-go v1.7.0
|
github.com/dnsimple/dnsimple-go v1.7.0
|
||||||
k8s.io/apiextensions-apiserver v0.31.3
|
k8s.io/apiextensions-apiserver v0.32.0
|
||||||
k8s.io/apimachinery v0.31.3
|
k8s.io/apimachinery v0.32.0
|
||||||
k8s.io/client-go v0.31.3
|
k8s.io/client-go v0.32.0
|
||||||
k8s.io/klog/v2 v2.130.1
|
k8s.io/klog/v2 v2.130.1
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Reference in a new issue