From 279833336b7a0c226e5b07f2f6646d5fae724aeb Mon Sep 17 00:00:00 2001 From: "elastic-renovate-prod[bot]" <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 16:54:53 +0000 Subject: [PATCH] chore(deps): update wolfi (versioned) --- operator/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/operator/Dockerfile b/operator/Dockerfile index eda5229..f9c0f5b 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.0-r1-dev@sha256:f081ebb80e37672b30519d70a7fee23c80d8052dd4584b9f2edaed9df5e3713f 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:55b297da5151d2a2997e8ab9729fe1304e4869389d7090ab7031cc29530f69f8 COPY --from=build /operator-build/workspace /autoinstrumentation COPY --from=build-musl /operator-build/workspace /autoinstrumentation-musl