Skip to content

Commit e4e203d

Browse files
chore(deps): update alpine docker tag to v3.22.2 (#506)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4798a50 commit e4e203d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN go build \
2525
-ldflags="-X 'main.integrationVersion=${TAG}' -X 'main.gitCommit=${COMMIT}' -X 'main.buildDate=${DATE}'" \
2626
-o bin/nri-kube-events ./cmd/nri-kube-events
2727

28-
FROM alpine:3.22.1
28+
FROM alpine:3.22.2
2929
WORKDIR /app
3030

3131
RUN apk add --no-cache --upgrade \

0 commit comments

Comments
 (0)