Skip to content

Commit f5e84d0

Browse files
authored
Merge pull request #68 from castai/castai/fix-cve-zlib-apk-upgrade
Fix zlib CVE-2026-27171 by running apk upgrade in Dockerfile
2 parents 056c234 + 4b8ce3c commit f5e84d0

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)