Skip to content

Commit 4b8ce3c

Browse files
committed
Fix zlib CVE-2026-27171 by running apk upgrade in Dockerfile
1 parent 056c234 commit 4b8ce3c

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
@@ -1,5 +1,5 @@
11
FROM alpine:latest
2-
RUN apk --update add ca-certificates
2+
RUN apk --update upgrade && apk add ca-certificates
33
ARG TARGETARCH
44
COPY collector-config.yaml /etc/otel/config.yaml
55
COPY castai-collector/castai-collector-$TARGETARCH /castai-collector

0 commit comments

Comments
 (0)