Skip to content

Commit 1d7a307

Browse files
Merge pull request #8 from cert-manager/dependabot/docker/all-76f33a4c68
Bump the all group with 2 updates
2 parents f016d96 + 1c9a60e commit 1d7a307

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the approver-policy binary
2-
FROM docker.io/library/golang:1.20 as builder
2+
FROM docker.io/library/golang:1.25 as builder
33

44
WORKDIR /workspace
55
# Copy the Go Modules manifests
@@ -12,7 +12,7 @@ COPY main.go main.go
1212
# Build
1313
RUN go build -o cert-manager-example-approver-policy-plugin main.go
1414

15-
FROM gcr.io/distroless/base@sha256:0477dc38b254096e350a9b605b7355d3cf0d5a844558e6986148ce2a1fe18ba8
15+
FROM gcr.io/distroless/base@sha256:9e9b50d2048db3741f86a48d939b4e4cc775f5889b3496439343301ff54cdba8
1616
LABEL description="example cert-manager approver-policy plugin"
1717

1818
WORKDIR /

0 commit comments

Comments
 (0)