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 4798a50 commit 564ecf9Copy full SHA for 564ecf9
Dockerfile
@@ -25,7 +25,7 @@ RUN go build \
25
-ldflags="-X 'main.integrationVersion=${TAG}' -X 'main.gitCommit=${COMMIT}' -X 'main.buildDate=${DATE}'" \
26
-o bin/nri-kube-events ./cmd/nri-kube-events
27
28
-FROM alpine:3.22.1
+FROM alpine:3.22.2
29
WORKDIR /app
30
31
RUN apk add --no-cache --upgrade \
0 commit comments