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:fec9fd35f4694069153c48728991a8ac48696ebfebeebea777f38306597287e9 AS build
1
+ FROM docker.elastic.co/wolfi/python:3.12.7-r0 -dev@sha256:9340c334f6c46c81e47f3c35ca30f178f72a098bd97d8e21509fcd90a214c8b0 AS build
2
2
3
3
ENV LANG=C.UTF-8
4
4
ENV PYTHONDONTWRITEBYTECODE=1
@@ -16,7 +16,7 @@ RUN mkdir workspace
16
16
17
17
RUN pip install --no-cache-dir --target workspace /opt/distro/*.whl -r requirements.txt
18
18
19
- FROM docker.elastic.co/wolfi/chainguard-base:latest@sha256:a51a1cd55a717b170058395f65cd16c3ede419b4fd400f0abaae7244c7a421f9
19
+ FROM docker.elastic.co/wolfi/chainguard-base:latest@sha256:90888b190da54062f67f3fef1372eb0ae7d81ea55f5a1f56d748b13e4853d984
20
20
21
21
COPY --from=build /operator-build/workspace /autoinstrumentation
22
22
You can’t perform that action at this time.
0 commit comments