Skip to content

Commit

Permalink
chore(deps): update wolfi (versioned)
Browse files Browse the repository at this point in the history
  • Loading branch information
elastic-renovate-prod[bot] authored Dec 17, 2024
1 parent 9aaad9c commit a94929f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions operator/Dockerfile
Original file line number Diff line number Diff line change
@@ -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:377b9eb1bdda7c10549429ef749cb38b114e919bc6ab9dded235f1c1fe33db6e AS build

ENV LANG=C.UTF-8
ENV PYTHONDONTWRITEBYTECODE=1
Expand Down Expand Up @@ -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:bfdeddb33330a281950c2a54adef991dbbe6a42832bc505d13b11beaf50ae73f

COPY --from=build /operator-build/workspace /autoinstrumentation
COPY --from=build-musl /operator-build/workspace /autoinstrumentation-musl
Expand Down

0 comments on commit a94929f

Please sign in to comment.