Skip to content

Commit

Permalink
CVE-2024-8805 - update docker image (#1658)
Browse files Browse the repository at this point in the history
Follow snyk suggestion and update docker image to mitigate CVE-2024-8805.
  • Loading branch information
florianl authored Oct 2, 2024
1 parent 2168456 commit dc6553e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/tracecontexttest/Dockerfile-harness
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /w3c
RUN apk add --no-cache git
RUN git clone https://github.com/w3c/trace-context.git

FROM python:3.11
FROM python:3.12.5-slim-bookworm
RUN pip install aiohttp
WORKDIR /w3c/trace-context
COPY --from=0 /w3c/trace-context .
Expand Down

0 comments on commit dc6553e

Please sign in to comment.