Skip to content

Commit

Permalink
chore(lib-injection): update base image to alpine 3.18.6
Browse files Browse the repository at this point in the history
3.18.3 has a known vulnerability, CVE-2023-5363 that can trigger warnings even though this image is not used to run any applications.
  • Loading branch information
Kyle-Verhoog committed May 24, 2024
1 parent f38dbd4 commit 6370241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib-injection/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN python3 dl_wheels.py \
--output-dir /build/pkgs \
--verbose

FROM alpine:3.18.3
FROM alpine:3.18.6
COPY --from=0 /build/pkgs /datadog-init/ddtrace_pkgs
ARG UID=10000
RUN addgroup -g 10000 -S datadog && \
Expand Down

0 comments on commit 6370241

Please sign in to comment.