Bump ubuntu in /test/OpenTelemetry.Instrumentation.W3cTraceContext.Tests

Bumps ubuntu from `7c06e91` to `9cbed75`.

---
updated-dependencies:
- dependency-name: ubuntu
  dependency-version: '24.04'
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-09-04 04:41:07 +00:00 committed by GitHub
parent b659171101
commit 2acc3d5410
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
ARG BUILD_SDK_VERSION=9.0
ARG TEST_SDK_VERSION=9.0
FROM ubuntu:24.04@sha256:7c06e91f61fa88c08cc74f7e1b7c69ae24910d745357e0dfe1d2c0322aaf20f9 AS w3c
FROM ubuntu:24.04@sha256:9cbed754112939e914291337b5e554b07ad7c392491dba6daf25eef1332a22e8 AS w3c
#Install git
WORKDIR /w3c
RUN apt-get update && apt-get install -y git