From dc6553ec54f0a425c849baf33eb655cafcc9a2e0 Mon Sep 17 00:00:00 2001 From: Florian Lehner Date: Wed, 2 Oct 2024 09:47:26 +0200 Subject: [PATCH] CVE-2024-8805 - update docker image (#1658) Follow snyk suggestion and update docker image to mitigate CVE-2024-8805. --- internal/tracecontexttest/Dockerfile-harness | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/tracecontexttest/Dockerfile-harness b/internal/tracecontexttest/Dockerfile-harness index 42e508a38..44d15bb80 100644 --- a/internal/tracecontexttest/Dockerfile-harness +++ b/internal/tracecontexttest/Dockerfile-harness @@ -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 .