Skip to content

Commit f4eee7f

Browse files
chore(deps): update wolfi (versioned)
1 parent 6d6b827 commit f4eee7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

operator/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.elastic.co/wolfi/python:3.12-dev@sha256:2f10787cc037b197f6a5d1a031c31706ae59642708c8b3b5ddfd3fa79605e9ad AS build
1+
FROM docker.elastic.co/wolfi/python:3.13.1-r4-dev@sha256:de0618193abb2cdcd332399f767c489fe025f3ad0464ca8f1ba43b0bbd36d8d9 AS build
22

33
ENV LANG=C.UTF-8
44
ENV PYTHONDONTWRITEBYTECODE=1
@@ -32,7 +32,7 @@ RUN apk add gcc g++ python3-dev musl-dev linux-headers
3232

3333
RUN pip install --no-cache-dir --target workspace /opt/distro/*.whl -r requirements.txt
3434

35-
FROM docker.elastic.co/wolfi/chainguard-base:latest@sha256:26caa6beaee2bbf739a82e91a35173892dfe888d0a744b9e46cdc19a90d8656f
35+
FROM docker.elastic.co/wolfi/chainguard-base:latest@sha256:fc17dbfabfa10f3abd0fec8a2edf0b54a4b1cd4a6b04c8eaec381f661f9f266e
3636

3737
COPY --from=build /operator-build/workspace /autoinstrumentation
3838
COPY --from=build-musl /operator-build/workspace /autoinstrumentation-musl

0 commit comments

Comments
 (0)