Skip to content

Commit b62a788

Browse files
chore(deps): pin ubuntu docker tag to 66460d5 (#782)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e6834ed commit b62a788

File tree

1 file changed

+1
-1
lines changed
  • test/integration/components/ebpf-instrument

1 file changed

+1
-1
lines changed

test/integration/components/ebpf-instrument/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ COPY test/integration/components/ebpf-instrument/ebpf_instrument_wrapper_minimal
2323
RUN make compile-for-coverage
2424

2525
# Create final image from minimal + built binary
26-
FROM ubuntu
26+
FROM ubuntu@sha256:66460d557b25769b102175144d538d88219c077c678a49af4afca6fbfc1b5252
2727

2828
COPY --from=builder /src/bin/ebpf-instrument /ebpf-instrument
2929
# Wrap the executable in a script that waits for the processes to end

0 commit comments

Comments
 (0)