Skip to content

Commit 7007fdc

Browse files
authored
Merge branch 'main' into events-sdk
2 parents c9c4ab4 + 936b752 commit 7007fdc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

dev-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ grpcio==1.67.1
3030
# oteltest
3131
idna==3.10
3232
# via requests
33-
importlib-metadata==8.4.0
33+
importlib-metadata==8.5.0
3434
# via opentelemetry-api
3535
iniconfig==2.0.0
3636
# via pytest
@@ -80,7 +80,7 @@ opentelemetry-semantic-conventions==0.49b1
8080
# opentelemetry-sdk
8181
oteltest==0.24.0
8282
# via elastic-opentelemetry (pyproject.toml)
83-
packaging==24.1
83+
packaging==24.2
8484
# via
8585
# build
8686
# opentelemetry-instrumentation
@@ -94,7 +94,7 @@ protobuf==5.28.3
9494
# googleapis-common-protos
9595
# opentelemetry-proto
9696
# oteltest
97-
psutil==6.0.0
97+
psutil==6.1.0
9898
# via opentelemetry-instrumentation-system-metrics
9999
pyproject-hooks==1.2.0
100100
# via

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.7-r0-dev@sha256:9340c334f6c46c81e47f3c35ca30f178f72a098bd97d8e21509fcd90a214c8b0 AS build
1+
FROM docker.elastic.co/wolfi/python:3.12-dev@sha256:2f10787cc037b197f6a5d1a031c31706ae59642708c8b3b5ddfd3fa79605e9ad 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:90888b190da54062f67f3fef1372eb0ae7d81ea55f5a1f56d748b13e4853d984
35+
FROM docker.elastic.co/wolfi/chainguard-base:latest@sha256:26caa6beaee2bbf739a82e91a35173892dfe888d0a744b9e46cdc19a90d8656f
3636

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

0 commit comments

Comments
 (0)