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 a372c06 commit af2e129Copy full SHA for af2e129
1 file changed
Dockerfile
@@ -25,7 +25,7 @@ RUN make envtest \
25
&& CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager main.go
26
27
# Create final image
28
-FROM alpine:3.23
+FROM alpine:3.24
29
WORKDIR /
30
ENV GNUPGHOME=/tmp
31
ENTRYPOINT ["/usr/local/bin/manager"]
0 commit comments