File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- FROM docker.elastic.co/wolfi/python:3.12.6-r2-dev@sha256:73b14c100c156d828d631208514935bd624c4a6ebf38b24f41720ff9e4b699c6 AS build
1+ FROM docker.elastic.co/wolfi/python:3.12.6-r2-dev@sha256:90900eb00ab81dcaaccf7b34a3befb432b8d85223552fa324298a702f6f74b91 AS build
22
33ENV LANG=C.UTF-8
44ENV PYTHONDONTWRITEBYTECODE=1
@@ -16,7 +16,7 @@ RUN mkdir workspace
1616
1717RUN pip install --no-cache-dir --target workspace /opt/distro/*.whl -r requirements.txt
1818
19- FROM docker.elastic.co/wolfi/chainguard-base:latest@sha256:6fbf07849a440c8dca9aa7e9cb56ed3ecaa9eb40f8a4f36b39393d7b32d78ecc
19+ FROM docker.elastic.co/wolfi/chainguard-base:latest@sha256:a51a1cd55a717b170058395f65cd16c3ede419b4fd400f0abaae7244c7a421f9
2020
2121COPY --from=build /operator-build/workspace /autoinstrumentation
2222
You can’t perform that action at this time.
0 commit comments