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.
2 parents f016d96 + 1c9a60e commit 1d7a307Copy full SHA for 1d7a307
Dockerfile
@@ -1,5 +1,5 @@
1
# Build the approver-policy binary
2
-FROM docker.io/library/golang:1.20 as builder
+FROM docker.io/library/golang:1.25 as builder
3
4
WORKDIR /workspace
5
# Copy the Go Modules manifests
@@ -12,7 +12,7 @@ COPY main.go main.go
12
# Build
13
RUN go build -o cert-manager-example-approver-policy-plugin main.go
14
15
-FROM gcr.io/distroless/base@sha256:0477dc38b254096e350a9b605b7355d3cf0d5a844558e6986148ce2a1fe18ba8
+FROM gcr.io/distroless/base@sha256:9e9b50d2048db3741f86a48d939b4e4cc775f5889b3496439343301ff54cdba8
16
LABEL description="example cert-manager approver-policy plugin"
17
18
WORKDIR /
0 commit comments