Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/src/otel/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM public.ecr.aws/sam/build-python3.14:latest@sha256:d4d1c8e3689a047d33ad66c6d7abed6149816b89a3ccb362136da11e95179808
FROM public.ecr.aws/sam/build-python3.14:latest@sha256:08e8b22da8e66ee265e38d8aadbe3e700eb3d3c58325b7ad12ef4113d1ba7487

ADD . /workspace

Expand Down
2 changes: 1 addition & 1 deletion ruby/src/otel/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:26.04@sha256:651ba3fe3a830441e3deaf70fafac40d808a6bd2800a6f2c43130055159f23e6
FROM ubuntu:26.04@sha256:3131b4cc82a783df6c9df078f86e01819a13594b865c2cad47bd1bca2b7063bb

RUN mkdir /build

Expand Down
Loading