diff --git a/operator/Dockerfile b/operator/Dockerfile index eda5229..a7cc07a 100644 --- a/operator/Dockerfile +++ b/operator/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.elastic.co/wolfi/python:3.12-dev@sha256:2f10787cc037b197f6a5d1a031c31706ae59642708c8b3b5ddfd3fa79605e9ad AS build +FROM docker.elastic.co/wolfi/python:3.13.1-r4-dev@sha256:a95a2075fc7295baa199da523c284997abe13ed9f565ccc1099d7396121a43df AS build ENV LANG=C.UTF-8 ENV PYTHONDONTWRITEBYTECODE=1 @@ -32,7 +32,7 @@ RUN apk add gcc g++ python3-dev musl-dev linux-headers RUN pip install --no-cache-dir --target workspace /opt/distro/*.whl -r requirements.txt -FROM docker.elastic.co/wolfi/chainguard-base:latest@sha256:26caa6beaee2bbf739a82e91a35173892dfe888d0a744b9e46cdc19a90d8656f +FROM docker.elastic.co/wolfi/chainguard-base:latest@sha256:3a6e9134cf3142da74153a522822c8fa56d09376e294627e51db8aa28f5d20d3 COPY --from=build /operator-build/workspace /autoinstrumentation COPY --from=build-musl /operator-build/workspace /autoinstrumentation-musl